Package io.quarkus.oidc
package io.quarkus.oidc
-
ClassDescriptionSelects
CodeAuthenticationMechanism
.Authorization Code Flow Session StateSelectsBearerAuthenticationMechanism
.JavaScriptRequestChecker can be used to check if the current request was made by JavaScript running inside Single-page application (SPA).A CDI event that facilitates programmatic OIDC tenant setup.Provides access to OIDC UserInfo, token introspection and revocation endpoints.OIDC redirect filter which can be used to customize redirect requests to OIDC authorization and logout endpoints as well as local redirects to OIDC tenant error, session expired and other pages.OIDC redirect context which provides access to the routing context, current OIDC tenant configuration, redirect uri and additional query parameters.OIDC Context that can be used to run blocking OIDC tasks.Deprecated.SameSite attribute values for the session cookie.Authorization code flow response modeDeprecated.use theOidcTenantConfigBuilder.BackchannelBuilder
builderDeprecated.use theTokenConfigBuilder.BindingConfigBuilder
builderDeprecated.use theOidcTenantConfigBuilder.CertificateChainBuilder
builderDeprecated.use theOidcTenantConfigBuilder.CodeGrantBuilder
builderDeprecated.use theLogoutConfigBuilder
builderDeprecated.Deprecated.use theOidcTenantConfigBuilder.JwksBuilder
builderDeprecated.use theLogoutConfigBuilder
builderDeprecated.use theOidcTenantConfigBuilder.RolesBuilder
builderSupported asymmetric signature algorithmsDeprecated.use theTokenConfigBuilder
builderDeprecated.use theOidcTenantConfigBuilder.TokenStateManagerBuilder
builderSupported session cookie key encryption algorithmsBuilder for theOidcTenantConfig
.Builder for theOidcTenantConfig.CertificateChain
.Builder for theOidcTenantConfig.CodeGrant
.Builder for theOidcTenantConfig.IntrospectionCredentials
.Builder for theOidcTenantConfig.Jwks
.Builder for theOidcTenantConfig.Roles
.Builder for theOidcTenantConfig.TokenStateManager
.Annotation that can be used to restrictOidcRedirectFilter
to specific redirect locationsSecurity event.Annotation which can be used to associate OIDC tenant configurations with Jakarta REST resources and resource methods.A tenant resolver is responsible for resolving theOidcTenantConfig
for tenants, dynamically.Qualifier used to specify which named tenant is associated with one or more OIDC feature.Supports inline instantiation of theTenantFeature
qualifier.Tenant-specificSecurityIdentity
provider.A tenant resolver is responsible for resolving tenants dynamically so that the proper configuration can be used accordingly.TokenCertificateValidator can be used to verify X509 certificate chain that is inlined in the JWT token as a 'x5c' header value.TokenCustomizer can be used to change token headers to their original value for the token verification to succeed.Represents a token introspection resultToken introspection cache.Authorization Code Flow Token State Manager.UserInfo cache.
AuthenticationConfigBuilder
builder