Details for openid
identity providers.
Name | Type | Description | Notes |
---|---|---|---|
ca | str | Certificate bunde to use to validate server certificates for the configured URL. | [optional] |
claims | OpenIDClaims | [optional] | |
client_id | str | Identifier of a client registered with the OpenID provider. | [optional] |
client_secret | str | Client secret. | [optional] |
extra_authorize_parameters | dict(str, str) | Optional map of extra parameters to add to the authorization token request. | [optional] |
extra_scopes | list[str] | Optional list of scopes to request, in addition to the `openid` scope, during the authorization token request. | [optional] |
issuer | str | The URL that the OpenID Provider asserts as the Issuer Identifier | [optional] |