Setting up Microsoft authorization for SSO
This is the first step in preparing to enable SSO (single sign on) in ToolHound for Microsoft accounts.
- Log in to your Microsoft Azure (Entra) account or create one if you don’t already have one.
- Search for App registrations.
- Click + New Registration.
- Enter the Name of the application. This can include the environment for clarity.
Example: ToolHound 6 Staging or ToolHound 6 Production. - Under Supported account types, select who can access your ToolHound instance.
- Under Redirect URI, select Web and enter the URI used to access ToolHound followed by /signin-Microsoft
Example: https://www.mytoolhound.com/signin-microsoft - Click Register.
- Once the app overview is displayed, record the Application (client) ID. This is the Client ID required for configuring the ToolHound server.
- Click Certificates and Secrets on the left.
- Click + new client secret.
- Enter the Description as you like.
- Select an Expires date. Note this as a new secret will need to be created upon expiry and the server updated.
- Click Add to generate the secret.
- Record the Value created. This is the Client Secret required for configuring the ToolHound server.
See also:
Copyright © 2020-2023 ToolHound Inc. All Rights Reserved.