Enable Azure AD Login
Configure Kubiya to authenticate users via Microsoft Azure AD
Enable Azure AD Login
This guide walks you through the process of configuring Microsoft Azure Active Directory (Azure AD) as an identity provider for Kubiya, enabling your users to authenticate using their Microsoft credentials.
Step 1: Register an Application in Azure AD
- Log in to the entraID admin page
- Navigate to Applications > Enterprise applications > New application
- Click Create your own application > Create
- Naviage to Applications > Enterprise applications and click on the app that was created in the previous step.
- Visit “Overview” and copy the following details:
- Application ID
- Navigate to User and groups on the side menu and click on Add user/group .
- Chose the group of users that you would like to sync into the Kubiya Platform (if you don’t have one yet, you can create a new security group and add members).
- Visit Applications > App registrations and select the app that was just created.
Step 2: Configure Permissions
- In your newly registered application, navigate to API permissions
- Click Add permission .
- In the popped window choose Microsoft Graph.
- Chose Delegated permissions.
- Search for User.Read, select it, then click on Add permissions.
- Repeat the steps and this time under Application permissions search for Directory.Read.All. Select it and Add.
- Click on Grant admin consent for ... ” and accept.