Registering an Application at an Identity Provider

Before users can log into an application using their Identity Provider (IdP)-issued credentials, the application must be registered with the IdP.

Upon registering the application, the IdP issues a Client ID and Client Secret, which are then specified in the resource template that contains the configuration for OpenID Connect.

When registering an application with an IdP, you must specify a Redirect URI, which is the URI to which the IdP will send the ID Token after authenticating the user. That Redirect URI must match exactly the Redirect URI specified in the OpenID Connect resource template (see Create a Resource Template of Type 'OpenIDAuthentication').

Each IdP has its own procedures for registering an application for OpenID Connect authentication. For example: