SAML IdP toggle active error

0
Hi Everyone I am getting this error in SAML when I tried toggle active in saml configuration – idp configuration after setting up the sp configuration. Unable to activate the SAML configuration, because of the following error: Unable to find an Entity Descriptor with id: https://saml2.myid-qa.siemens.com
asked
1 answers
1

Hi Ishwari,

There is an issue with the SAML configuration in Mendix. Specifically, it is unable to find an Entity Descriptor with the specified ID: https://saml2.myid-qa.siemens.com. This issue can occur when the Identity Provider (IdP) configuration is not properly set up or when there is a mismatch between the IdP's metadata and the configuration in Mendix

  1. Double-check the Entity Descriptor URL (https://saml2.myid-qa.siemens.com) used in the IdP configuration. Ensure that the URL is correct and matches the metadata provided by your Identity Provider.

  2. Review the metadata provided by your Identity Provider (IdP) and make sure it contains the correct entity descriptor for your Mendix application. Ensure that the metadata URL, certificates, and other information are accurate and up-to-date.

  3. If there are any discrepancies between the metadata and the SAML configuration in Mendix, update the configuration to match the correct Entity Descriptor URL provided by the IdP.

answered