OidcProvider
Reference doc for the `OidcProvider`.
Use this to connect authentication providers that support OIDC.
Methods
OidcProvider
OidcConfig
OidcConfig.clientID
Type string
The client ID.
This is just a string to identify your app.
OidcConfig.issuer
Type string
The URL of your authorization server.
OidcConfig.query?
Type Record
<
string
, string
>
Any additional parameters that you want to pass to the authorization endpoint.
OidcConfig.scopes?
Type string
[]
A list of OIDC scopes that you want to request.