OidcSessionsConfig
Configuration for OIDC session transport and CSRF protection.
Controls how the OpenID Connect session is stored and transported between client and server, and whether CSRF protection is applied to routes authenticated with the enclosing provider.
By default, sessions use cookie transport with secure defaults and CSRF protection is enabled with CSRFConfig.originMatchesHost.
Configure via OidcOAuthConfig.sessions.