Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 2.67 KB

configure-azure-sso-on-activeloop.md

File metadata and controls

74 lines (41 loc) · 2.67 KB
description
Enabling Azure SSO on Activeloop

Configure Azure SSO on Activeloop

Configure Azure SSO on Activeloop

1. Creating Application

  1. Put name for the application
  2. For application type, select Default Directory only - Single tenant
  3. For Redirect URI select the type Web
  4. For Callback URL put https://auth.activeloop.ai/login/callback
  5. Click on Register

Once it is created go to Overview page, copy and send us the Application (client) ID and the Directory (tenant) ID

Client secret creation

Go to Certificates & SecretsClient secretsNew client secret

Name the secret, select preferred expiration and click Add

NOTE: The secret need to be updated before it get expired

Send us the secret value

2. Granting Permissions

  1. Go to API permissionsMicrosoft GraphDelegated Permissions and select following permissions:
    1. email
    2. openid
    3. profile

  1. In the search bar search Directory.Read.All and select the permission as well

Click on Add permissions

3. Domain Name Validation in our side

We also will be needing domain of the azure tenant to authorize the SSO clients

  1. Go to 🌐Domain Names in Azure portal
  2. Copy the domain name that will be used for SSO and send us