OpenIdConnectClientOptions
Index
Properties
Properties
readonlyclientId
The client id associated with the application
readonlyopenIdProviderUrl
The URL of the Open ID Connect provider. openIdProviderUrl should either point to the root
of the Open ID Connect provider or directly at its .well-known/openid-configuration. It is used
verbatim (the host is taken as given); see deriveOpenIdProviderConfigurationUrl.
To discover the provider from the current page's origin instead of hardcoding a host, use
openIdProviderConfigurationUrl to compute this value — that helper roots discovery at an
app origin (defaulting to window.location.origin) and strips a leading bim. from the host.
readonlyredirectUri
The URL that the Open ID Connect provider should redirect the browser back to after authentication.
OpenIdConnectClient configuration for an application