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

Compare with Current View Page History

« Previous Version 12 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 must in addition authenticate with Resource Servers using Access Tokens from the OIDC Provider. The autentication requirement for each speficif kind of Resource Server

  • No labels