Register an enterprise app with Entra ID
To register a SAML enterprise app with Entra ID, see Microsoft's Quickstart: Add an enterprise application.
Alternatively, you can "Create your own application" in Entra ID and select "Integrate any other application you don't find in the gallery (Non-gallery)".
With the enterprise app being created in Entra ID:
Set up Single Sign-On for this app by clicking on "Single Sign-On" under "Manage" on the left side.
On the Single Sign-On page, click "SAML" when asked to choose a Single Sign-On method.
Basic SAML configuration
On the SAML configuration page within your enterprise app:
Click Edit inside the "Basic SAML Configuration" step.
Click "Add Identifier" and set the "Identifier (Entity ID)" to
urn:auth0:molequle:CONNECTION_ID.CONNECTION_IDwill be provided by Molequle support at a later stepClick "Add reply URL" and set the "Reply URL (Assertion Consumer Service URL)" to
https://id.molequle.io/login/callback?connection=CONNECTION_ID.CONNECTION_IDwill be provided by Molequle support at a later step.Click Save.
Attributes and claims
Leave the default mapping which should match the following attributes and claims.
LDAP Attribute | Outgoing Claim Type |
E-Mail-Addresses | E-Mail Address |
Display-Name | Name |
User-Principal-Name | Name ID |
Given-Name | Given Name |
Surname | Surname |
The Name ID outgoing claim should always be present to ensure correct session handling. We strongly recommend adding all of the claims listed above, especially E-Mail Address, since they are the ones most commonly used.
SAML certificates
In the SAML certificates section:
Export the token signing certificate from the SAML certificates section.
Next Steps
Send the following information to Molequle support to finish the Single Sign-On setup:
Signing Certificate
Sign-In and Sign-Out URLs, which can be found in the section "Set up Test".
Molequle support will send over the CONNECTION_ID mentioned above which needs to be replaced in the Basic SAML configuration section.