Learn how to configure Native Microsoft Entra ID SSO connections
Note: Microsoft Entra ID is the new name for Azure AD (Azure Active Directory)
Note: Because client secrets have a maximum life of 24 months, we recommend that you configure SAML based Single Sign-On instead of using the method described in this document.
Create a Microsoft Entra ID Application
- Sign in to the Microsoft Entra ID admin console.
- In the left navigation bar, click App Registrations.
- Click New Registration to register a new application.
- In the Name field, specify a name for the application (such as "Kandji").
- For "Supported account types" select Accounts in this organization directory only.
- In the Redirect URL field, enter one of the following values for the redirect URI.
- If your instance is hosted in the US, use the following URI:
https://auth.kandji.io/login/callback
- If your instance is hosted in the EU, use the following URI:
https://auth.eu.kandji.io/login/callback
- If your instance is hosted in the US, use the following URI:
- Click Register.
- On the new page, copy the Client ID, and save this for later.
- Click Certificates and Secrets.
- Click "New client secret".
- Give the client secret a name such as "Kandji SSO".
- Set the expiration to 24 months.
- Click Add.
- Copy the Value of the client secret, and save this for later. Note that the client secret Value is distinct from the client secret ID.
Create a Microsoft Entra ID Directory Connection
- Navigate to the Settings page.
- Click the Access tab.
- Find the Authentication section. If that section does not currently exist, SSO is not enabled for your instance.
- Click the Add button on the bottom left of the authentication table.
- In the new blade, click on the Azure Active Directory connection option. Click Next.
- Customize or use the default Name for the azure connection (this will be shown on the login page).
- Enter the Azure Active Directory Domain that the application was registered within.
- Enter the Client ID you previously copied from Azure AD.
- Enter the Client Secret you previously copied from Azure AD.
- Click Save.
- After saving, a new dialogue box will appear with a link to authorize your connection. A Microsoft Entra ID administrator for your domain will need to click the link and complete this process to authorize the application. This box will not go away after authorization is completed.
- In the new window that launches, sign in, and click accept.
- After clicking Accept you will be brought to an authorization success page.
- Your connection has now been successfully configured and may be enabled and tested.
Note: If you get "Error: Failed to obtain access token," this error will occur if the secret ID is used rather than the value.
Enable the SAML Connection
Once you have configured the SAML connection in both Kandji and your identity provider, you can now enable the connection. Please refer to our Single Sign-On support article for step-by-step instructions.
Enforcing Single Sign-On
Once you have configured at least one Single Sign-On connection, you can disable the Standard Authentication connection. Disabling Kandji standard authentication will disable the ability for Kandji administrators in your instance to authentication via Email/Password, Google Sign in, or Office 365 Sign in. Please refer to our Single Sign-On support article for step-by-step instructions.