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

asked a year ago202 views
1 Answer
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 month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions