Okta
Setup
Before you can implement authorization, you need to register the Teleskope application in Okta by creating an app integration from the Admin Console.
Open the Admin Console for your org.
Choose Applications to view the current app integrations.
Click Create App Integration.
Select OIDC - OpenID Connect as the Sign-in method.
Select Web Application as the Application type, then click Next.
Enter the Teleskope for the App integration name.
In the Sign-in redirect URIs box, enter the callback location where Okta returns the browser. Example: https://teleskope-provided-uri/auth/okta/callback.
Optionally:
Set the Sign-out redirect URIs to your Teleskope Dashboard URI.
Change Login initiated by to "Either App or Okta" to populate an Okta tile for end users
Fill in the remaining details for your app integration, then click Save.
From the General tab of your app integration, gather your Client ID and Client secret
Click on your email in the top right of the UI, and copy your Issuer value.
The Issuer is typically CompanyName.okta.com
Provide these credentials to your Teleskope Representative
Provisioning
Teleskope supports JIT provisioning by default, so be cognizant of what users and groups are assigned to the Teleskope-Okta App.
Last updated
Was this helpful?