Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

OpenIDIdentityProvider.md

File metadata and controls

17 lines (13 loc) · 1.07 KB

OpenIDIdentityProvider

Details for openid identity providers.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]