You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

OIDC Clients must authenticate with the OIDC Provider for the Authorize, Token and Introspect Endpoints. The following authentication scheme is currently supported:

The required scheme for any OIDC Client is determined when the OIDC Client is configured at the OIDC Provider.

Note

Support for other authentication schemes like client_secret_jwt and private_key_jwt may be added as future options.

OIDC Clients requesting access to Protected Resources that uses the OIDC Provider for authorization must in addition authenticate with Resource Servers using Access Tokens from the OIDC Provider. The type of Access Token and also the scheme for passing such tokens to Resources Servers are specific for each of the supported kinds of Protected Resources.

  • No labels