Microsoft Entra
To rely on Entra for SSO, you need to register an application in your tenant and provide Teleskope a Client Id, Client Secret, and your Tenant ID.
Setup
Navigate to https://entra.microsoft.com/ and sign into your enterprise's Microsoft dashboard
Select Overview from the sidebar.
Collect your Tenant ID:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
On your side bar, select Applications, then App registrations
Select New registration, and name your Teleskope SSO app.
There will be a few authentication options, we recommend
Accounts in this organizational directory only (Single tenant)
as the simplest option
On your side bar, select Applications, App registrations, then select your newly created app.
Collect your
Application (client) ID
In your app's registration page, under Certificates & Secrets, select New client secret. Set a name and expiry
Collect the resulting value as your
client_secret
.
In your app's registration page, select API Permissions and click Add a Permission.
Set up
delegated
permissions for Microsoft Graph,admin consent
not required. You will need theemail
,openid
andprofile
permissions set.
In your app's registration page, select Manifest and change
accessTokenAcceptedVersion
to 2 within the corresponding json manifestIn your app's registration page, select Authentication, + Add a Platform, Web, then enter your Redirect URI:
Example: https://teleskope-provided-uri/auth/microsoft/callback
Provisioning
Assign users to your new Teleskope Entra app.
A first/last name in Entra is required for any user logging into Teleskope.
Last updated
Was this helpful?