Skip to main content

discoverOIDCConfiguration

discoverOIDCConfiguration will discover the OpenID Connect configuration based on the provided issuer. 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

If the provider does not support discovery, the response will be null.

discoverOIDCConfiguration(  issuer: String!): DiscoveredOIDCConfiguration

Arguments#

issuer (String!)#

Type#

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