Heading link
copied to clipboard
Azure AD OIDC Example
- Get the callback URL from Thycotic One following the directions at Authentication:OIDC
- In your azure portal go to Azure Active Directory and then go to the App Registrations.
- Click New Registration
- Give your app a name and add the Callback URL from Thycotic One as the Redirect URI.
- Click Register to save your app.
- Go to your app's Certificates and Secrets and click New Client Secret.
- Set the time period for the secret and click Add.
- Copy the client secret, note that it will not be available after you leave the page.
- Go to Authentication and check the box for ID Tokens in the implicit grant section and save.
- Navigate to Overview and note the Application ID and Directory ID. The Application ID is your Client ID for Thycotic One and the Directory ID will be part of your provider URL in the format https://login.microsoftonline.com/{directory id}.
- Go back to the open dialog in Thycotic One and enter the Application ID for the Client ID, the generated secret for Client Secret, and fill in the Provider URL and click Save Thycotic One.
- When you sign into Thycotic One again you should now see an option for logging in with Azure AD.