Microsoft Entra ID (SAML)
Configure SSO with Microsoft Entra ID (Azure AD) using the SAML protocol.
This guide explains how to configure SSO integration between Organizations and Microsoft Entra ID (formerly Azure AD) using the SAML protocol. After configuring Entra ID, return to the Organizations SSO Configuration Guide to complete the setup.
Prerequisites
Administrator access to Microsoft Entra ID
Super Admin access to Organizations
Create Application in Microsoft Entra ID
Access the Azure Portal
Navigate to Microsoft Entra ID → Enterprise Applications
Click New application

Click Create your own application
Enter the application name (e.g., "Certta")
Select Integrate any other application you don't find in the gallery (Non-gallery)
Click Create

Configure SAML
In the created application, access Single sign-on in the side menu
Select SAML as the authentication method

In the Basic SAML Configuration section, click Edit and configure:

Identifier (Entity ID)
Paste the Entity ID copied from Organizations
Reply URL (Assertion Consumer Service URL)
Paste the ACS URL copied from Organizations
Sign-on URL
Leave blank (optional)
Relay State
Leave blank
Logout Url
Leave blank (optional)

Click Save
Configure Attributes and Claims
In the Attributes & Claims section, configure the attributes that will be sent to Organizations:
Click Edit

Configure the following claims:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
user.userprincipalname
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
user.givenname
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
user.userprincipalname
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
user.surname

Configure Group Claim (Optional)
If you want to use group-based assignment rules in Organizations:
Click Add a group claim
Select Security groups or Groups assigned to the application
In Source attribute, select Group ID or Cloud-only group display names
Click Save

The claim will be:
http://schemas.microsoft.com/ws/2008/06/identity/claims/groups
Important: If using Group ID, map group IDs (GUIDs) in Group assignment rules, not display names.
Obtain Metadata URL
In the SAML Certificates section, locate App Federation Metadata Url
Copy the URL, which will have the format:

Assign Users and Groups
In the side menu, access Users and groups
Click Add user/group

Click to add users
Select the users or groups that will have access to Organizations via SSO
Click Select

Configure in Organizations
Return to the Organizations SSO Configuration Guide and configure:
Protocol
SAML 2.0
Metadata XML URL
Paste the copied federation metadata URL
On the Attribute mapping tab, use these claim values:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
Full name
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name
First name
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
Last name
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
Groups (optional)
http://schemas.microsoft.com/ws/2008/06/identity/claims/groups
Next Steps
After configuring Microsoft Entra ID, return to the Organizations SSO Configuration Guide to:
Troubleshooting
Certificate error
Invalid or expired Metadata URL
Verify that the URL is correct and accessible
Unauthorized user
User not assigned to the application
Add the user in Users and groups
Attributes not received
Claims not configured correctly
Review the Attributes & Claims section
ACS URL error
ACS URL does not match
Verify that the URL in Entra ID is identical to Organizations's ACS URL
References
Last updated

