oauth

fun oauth(configure: OidcOAuthConfig.() -> Unit)(source)

Configures the OAuth/OpenID Connect login flow for this provider.

This installs provider-specific login and callback routes. The callback requires an ID token and the openid scope. Browser sessions are enabled by default; customize them with OidcOAuthConfig.sessions or opt out with OidcOAuthConfig.disableSessions.

Report a problem