VOOZH about

URL: https://repost.aws/questions/QU8zbKtqc3Temdwy091YqZdw/trying-to-access-workspaces-web

⇱ Trying to access workspaces web | AWS re:Post


Skip to content

Trying to access workspaces web

0

When trying to create a workspace web setup and trying to access it, getting the below error Invalid SAML response received, but I have provided the idp [I am using OneLogin as Idp]generated file to sp and still getting the error. Also provided all the values from SP to Idp and getting onelogin page after entering details getting the below error. πŸ‘ Enter image description here

Language
English

asked 2 years ago350 views

1 Answer
  • Newest
  • Most votes
  • Most comments
4

It may probably caused by:

  1. Metadata Exchange Validation Confirm that the IdP-generated metadata file (from OneLogin) is accurately uploaded to the SP.

Validate that the SP metadata is correctly registered in OneLogin.

  1. Certificate Compliance Ensure the X.509 certificate used for SAML response signing matches the SP’s configured certificate.

Verify the certificate’s validity period to prevent expiration-related failures.

  1. Assertion Consumer Service (ACS) URL Alignment Cross-check that the ACS URL provided by the SP precisely matches the endpoint configured in OneLogin.

  2. SAML Response Structure Verification Confirm the SAML response conforms to the SP’s expected format, attributes, and bindings (e.g., HTTP-POST or HTTP-Redirect).

  3. Time Synchronization Audit the system clocks on both IdP and SP servers to prevent SAML validation errors due to excessive clock skew.

https://stackoverflow.com/questions/55028872/onelogin-php-saml-issues-with-saml-response

https://github.com/node-saml/passport-saml/discussions/671

EXPERT

answered a year ago