Identity Provider Metadata

Identity Provider (IdP) Metadata is an XML document that contains essential configuration details required by the Service Provider to establish trust and enable SAML communication. It includes information such as the IdP Entity ID/Issuer, SAML Login URL, SAML Logout (SLO) URL, and X.509 certificate.

The IdP Metadata tab of the module allows you to share this metadata in three different ways, making it easy to configure and integrate with different Service Providers.

  1. Using the Metadata URL
  • URL Format:
        https://{base-url}/moidp_metadata
  1. Using XML File
  • Download the file using the Download XML Metadata button.
  1. Manual
  • Provide IDP attributes manually to the service provider to configure SSO.
  • Navigate to the IDP Metadata tab and copy the following attributes: IdP Entity ID/Issuer, SAML Login URL, SAML Logout URL, and X.509 certificate. Provide this information to your Service Provider.
Attributes Description
IdP Entity ID/Issuer This is a unique identifier that represents the Identity Provider and is used by the Service Provider to recognize and trust authentication requests and responses.
SAML Login URL This is the URL where the Service Provider redirects the users during SSO.
SAML Logout URL This is the endpoints used by the Service Provider to logout users and terminate their sessions from all applications.
Certificate This certificate is used by the Service Provider verify the digital signature of SAML assertions and responses, ensuring a secure and trusted connection with the Identity Provider. You can download or copy the certificate from the IDP Metadata tab.