amberSearch supports Single Sign-On (SSO) via any Identity Provider (IDP) that implements the OpenID Connect (OIDC) protocol. This manual provides detailed instructions on configuring amberSearch to authenticate users through your chosen IDP.
Step 1: Create a new client for amberSearch in your IDP
Provide the following values to amberSearch.
- Client ID: The identifier assigned to amberSearch by your IDP.
- Client Secret: The secret key associated with your Client ID.
Step 2: Gather IDP Information
Before configuration, obtain the following details from your IDP. Alternatively, provide the openid-configuration file URL to amberSearch (typically https://your-idp/.well-known/openid-configuration)
-
Issuer URL: The base URL for your IDP’s OIDC configuration.
-
Authorization Endpoint: URL where authentication requests are sent.
-
Token Endpoint: URL where tokens are exchanged.
-
Userinfo Endpoint: URL to fetch user profile information.
-
Redirect URI: This value will be provided by amberSearch.
- Scopes: Typically,
openid profile email
Step 3: Test the Login Flow
For testing purposes, create and provide an external user account to amberSearch. Get in touch with your Customer Success Manager for further details here.
Comments
0 comments
Please sign in to leave a comment.