SSO Configuration
Last updated
Was this helpful?
IZ Suite can be configured to integrate with Azure Single Sign-On (SSO) using Microsoft Entra ID (formerly Azure Active Directory) to provide secure and centralized authentication. By registering IZ Suite as an enterprise application in Azure and configuring SAML or OpenID Connect, organizations can enable users to log in with their corporate Azure credentials.
Follow the below steps to register an App in Entra ID -
Navigate to Microsoft Entra ID -> App Registrations -> New Registration
Enter the basic details -
Name - Name of the new App
Supported account types - Single Tenant Only
Redirect URI - Should be Web, https://<iz_suite_url>/azure_auth
Click on Save
Once the app is created, click on Add a certificate or secret under Client credentials
Click on Client secrets -> New Client Secret
Enter name, expiry and click on Add
Copy the generated Client Value which will be displayed only once
Click on API Permissions and make sure User.Read is assigned.
Navigate to main menu Global Settings -> Settings and search for Azure Auth
Click on edit action item
Enter the following details -
Is Enabled - Set the value to true
Tenant Id - The tenant id from the Azure’s App
Client Id - The client id from the Azure’s App
Client Secret - The secret copied while generating the Client secret
Click on save.

Last updated
Was this helpful?
Was this helpful?

