description |
---|
Enabling Azure SSO on Activeloop |
- Go to App registration page in 🌐Azure portal
- Click on add New Registration
- Put name for the application
- For application type, select
Default Directory only - Single tenant
- For Redirect URI select the type
Web
- For Callback URL put
https://auth.activeloop.ai/login/callback
- Click on
Register
Once it is created go to Overview
page, copy and send us the Application (client) ID
and the Directory (tenant) ID
Go to Certificates & Secrets
→ Client secrets
→New client secret
Name the secret, select preferred expiration and click Add
NOTE: The secret need to be updated before it get expired
- Go to
API permissions
→Microsoft Graph
→Delegated Permissions
and select following permissions:email
openid
profile
- In the search bar search
Directory.Read.All
and select the permission as well
We also will be needing domain of the azure tenant to authorize the SSO clients
- Go to 🌐Domain Names in Azure portal
- Copy the domain name that will be used for SSO and send us