Merchant Portal Single-Sign-On

OpenID Connect (OIDC) Setup

OpenID Connect (OIDC) is a simple identity layer on top of the OAuth 2.0 protocol, enabling clients to verify the identity of users based on the authentication performed by an authorization server. Follow the steps below to configure OIDC with Zentact:

  1. Register Zentact as a Client Application: Log in to your IdP's administration portal and register a new client application. Provide the necessary details such as application name and redirect URIs.

Redirect URIs:

  • Test: https://prod-test-zentact.us.auth0.com/login/callback
  • Live: https://login.zentact.com/login/callback
  1. Obtain Client Credentials: After registration, obtain the Client ID and Client Secret provided by your IdP. These credentials will be used by Zentact to authenticate with your IdP.

  2. Obtain OpenID Connect Discovery URL: It will look like this: https://id.mydomain.com/.well-known/openid-configuration

  3. Share the client credentials and discovery URL: Securely provide these details to Zentact engineers using a trusted method for sharing sensitive information, such as the secret sharing feature in a password manager.

  4. Test the Configuration: Attempt to log in using the new OIDC provider to ensure everything is set up correctly.

Previous
Integration Setup