Create a Microsoft Azure Registration for our app
1. Connect to your Microsoft Azure account [https://portal.azure.com/].
2. Go to app registrations (you could search for it)
3. Create Registration
Click on "New registration".
4. Add parameters
In the name field choose a name for the new application, select "Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)", choose "Web", fill in your redirect URL and click "Register".
How to find your redirect URL?
In our app (my.q7leader.com) go to Admin → Single Sign-On and copy the redirect URL as you can see in the photo below.
e.g. Redirect URL: https://my.q7leader.com/en/organization/8BAM5O9N5/azure/callback
5. Save the necessary information
Copy the Application (client) ID and the Directory (tenant) ID found at the overview of your registration.
6. Create Client Secret
Go to Certificates & secrets, click “+ client secret”, select expire date “730 days (24 months)” and click “Add”.
Copy the value of client secret.
7. Insert necessary informations in Q7Leader
In our app (my.q7leader.com) go to Admin → Single Sign-On and insert the Application (client) ID (1), the Directory (tenant) ID (2) and the Client Secret (3). Click “Update”.
Users of your organization could login with Microsoft Azure via the login page of your organization. You could find your organization's login page in Login Page section as you can see in the photo below.
With the Forced SSO option you could only allow your users to login with SSO and not allow access with credentials.
Now, your users following the login page of your organization could find the button “CONTINUE WITH MICROSOFT AZURE” to login with Microsoft Azure.