Configuration
Minumum requirements
Reference
- OIDCClientOptions
issuerUrl
- URL of the OpenID Provider
- e.g.
https://github.com
baseUrl
- URL of your apps as OpenID Relying Party
- e.g.
https://your-service.example.com
- OIDCClientSettings
- Settings about the client. Paths, durations, etc.
- OIDCClientAuthHookSettings
- Settings about before handle hook for auth.
- OIDCClientCookieSettings
- Settings about Cookie for session.
- OIDCClientDataAdapter
- See
Data Adapter
page.
- See
- OIDCClientLogger
- See
Logger
page.
- See
ClientMetadata
- See
ClientMetadata
type definition ofopenid-client
. - See Client Metadata section in the
OpenID Connect Dynamic Client Registration 1.0
.
- See
AuthorizationParameters
- See
AuthorizationParameters
type definition ofopenid-client
. - See Authentication Request section in the
OpenID Connect Core 1.0
.
- See