Class GetOpenIDConfigResponse (2.11.2)
Stay organized with collections
Save and categorize content based on your preferences.
GetOpenIDConfigResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
GetOpenIDConfigResponse is an OIDC discovery document for the
cluster. See the OpenID Connect Discovery 1.0 specification for
details.
Attributes |
---|
Name | Description |
issuer |
str
OIDC Issuer.
|
jwks_uri |
str
JSON Web Key uri.
|
response_types_supported |
Sequence[str]
Supported response types.
|
subject_types_supported |
Sequence[str]
Supported subject types.
|
id_token_signing_alg_values_supported |
Sequence[str]
supported ID Token signing Algorithms.
|
claims_supported |
Sequence[str]
Supported claims.
|
grant_types |
Sequence[str]
Supported grant types.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-06-06 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understa