Microsoft Entra ID Setup
Step 1
Create Enterprise Application in Entra ID
- Log in to the Azure Portal (
portal.azure.com) - Navigate to Microsoft Entra ID
- Select Enterprise Applications from the left menu
- Click + New Application
- Choose Create your own application
- Name it "EQS Platform" and select Integrate any other application you don't find in the gallery
- Click Create
💡 Tip: Make note of the Application ID - you'll need it later.
Step 2
Configure Single Sign-On
- In your new Enterprise Application, click Single sign-on from the left menu
- Select SAML as the single sign-on method
- Click Edit on "Basic SAML Configuration"
- Enter the following values:
https://your-company.eqs.com/saml/metadata
https://your-company.eqs.com/saml/acs
https://your-company.eqs.com
⚠️ Important: Replace "your-company" with your actual EQS subdomain.
Step 3
Configure Attributes & Claims
- In the SAML configuration page, click Edit on "Attributes & Claims"
- Ensure the following claims are configured:
| Claim Name | Source Attribute |
|---|---|
email |
user.mail |
firstname |
user.givenname |
lastname |
user.surname |
nameidentifier |
user.userprincipalname |
💡 Note: These attributes are required for proper user provisioning in EQS.
Step 4
Download Metadata & Complete Setup
- In the SAML configuration page, scroll to "SAML Certificates"
- Download the Federation Metadata XML
- Send this file to EQS Support at support@eqs.com
- Assign users or groups to the application:
- Go to Users and groups
- Click + Add user/group
- Select the users who should have access to EQS
✅ Almost done! Once EQS Support confirms the configuration, your users can log in via SSO.