DiscoveredOIDCConfiguration
DiscoveredOIDCConfiguration contains the discovered Provider Metadata as defined in:
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
Discovery is not supported on all providers, and is described in the OpenID Connect Discovery 1.0 incorporating errata set 1:
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
type DiscoveredOIDCConfiguration { issuer: String! authorizationURL: String! tokenURL: String jwksURI: String!}Fields#
issuer (String!)#
issuer is defined as the issuer in:
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
authorizationURL (String!)#
authorizationURL is defined as the authorization_endpoint in:
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
tokenURL (String)#
tokenURL is defined as the token_endpoint in:
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
jwksURI (String!)#
jwksURI is defined as the jwks_uri in:
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata