pub async fn discover_oidc_configuration(
    configuration: &Configuration
) -> Result<OidcConfiguration, Error<DiscoverOidcConfigurationError>>
Expand description

A mechanism for an OpenID Connect Relying Party to discover the End-User’s OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations. Popular libraries for OpenID Connect clients include oidc-client-js (JavaScript), go-oidc (Golang), and others. For a full list of clients go here: https://openid.net/developers/certified/