OpenIdConnectAccessTokenConfiguration
The configuration of an OpenID Connect (OIDC) identity source for handling access token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud
claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelection structure, which is a parameter of CreateIdentitySource.
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: OpenIdConnectAccessTokenConfiguration.Builder.() -> Unit = {}): OpenIdConnectAccessTokenConfiguration