Linux Web App Auth Settings V2Custom Oidc V2
Constructors
Properties
The endpoint to make the Authorisation Request as supplied by openid_configuration_endpoint
response.
The endpoint that provides the keys necessary to validate the token as supplied by openid_configuration_endpoint
response.
The Client Credential Method used.
The App Setting name that contains the secret for this Custom OIDC Client. This is generated from name
above and suffixed with _PROVIDER_AUTHENTICATION_SECRET
.
The endpoint that issued the Token as supplied by openid_configuration_endpoint
response.
The name of the claim that contains the users name.
Specifies the endpoint used for OpenID Connect Discovery. For example https://example.com/.well-known/openid-configuration
.
The endpoint used to request a Token as supplied by openid_configuration_endpoint
response.