Setting up Google authorization for SSO
This is the first step in preparing to enable SSO (single sign on) in ToolHound for Google accounts.
- Log into your Google Cloud account or create one if you don’t already have one.
- Click Credentials.
- Click + Create Credentials.
- Select oAuth client id.
- Select Web application under Application Type.
- Enter whatever Name you like. This can include the environment for clarity.
Example: ToolHound 6 Staging or ToolHound 6 Production. - Under Authorized Javascript origins, click + ADD URI.
- Enter the URI used to access ToolHound.
Example: https://www.mytoolhound.com - Under Authorized redirect URIs, click + ADD URI.
- Enter the URI used to access ToolHound plus /signin-google
Example: https://www.mytoolhound.com/signin-google - Click CREATE.
- Record the Client ID and Client secret for configuring the ToolHound server.
See also:
Copyright © 2020-2023 ToolHound Inc. All Rights Reserved.