- Callback URL: This will be the URL where Aampe receives the OIDC Authorization response. Make sure to set the full HTTPS URL obtained by concatenating Aampe endpoint with oidcPath env. The default value set for
oidcPath
in Aampe service is/api/oauth/oidc
. - Client/Application ID: The OIDC Identity Provider normally will generate a unique identifier for the registered App. Make a note of this to be used later when creating the SSO connection with Aampe.
- Client Secret: Along with the Client ID, the IdP also generates a client secret which is used to authenticate the client while issuing tokens. Make a note of this to be used later when creating the SSO connection with Aampe.