- 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
oidcPathin 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.
Supported Integrations
Open ID Connect (OIDC)
Here we outline how to set up SSO via OIDC
To allow apps or clients to login using an OIDC Identity Provider, we must register an application with the IdP. The process might slightly vary from one IdP to another (refer to your IdP documentation), but there are a few things in common.
Previous
PingOne SAML SSOHere we will show you how to set up your own custom SAML application for PingOne SAML
Next