Single Sign On Azure AD

🌟 From Premium 

Setting up Single Sign-On requires the following steps within Azure AD.

The created data needs to be shared with us, and we will handle the correct configuration in the backend of the application.

  1. Log in to the Azure portal via https://portal.azure.com.
  2. Go to  'App registrations'  

3. Click on 'New registration'

4. Fill in all the required fields. 

The Redirect URL should be constructed as follows: https://tenantcode.easy-1.app/identityserver/signin-oidc 

Replace the bolded word with your own tenantcode txxxxx from Easy1. 

5. Open the newly created 'app registration' and navigate to 'Authentication'

6. Enable 'ID tokens' and click on 'save'. 

7.Go to 'Certificates & secrets' in the left menu and add an 'app secret' . It is important that you share the Secret ID with us. 



8. Go to 'API permissions' in the left menu and click on 'Add a permission'. 

For the automated reading of user groups*, it's necessary that the following permissions are enabled. When adding permissions, search for Microsoft Graph (Directory.Read.All and Group.Read.All).

*Automated reading is an ðŸŒŸ Enterprise functionality and requires additional configuration.

9. To link our software to the newly created 'app registration', we need the following information:
- Application (client) ID 
- Directory (tenant) ID
- Secret ID

Once we receive this information from you, we can integrate the software with Azure AD.