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).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.Defines the authorization request properties when authenticating users using the Authorization Code Grant Type.SameSite attribute values for the session cookie.Authorization code flow response modeAuthorization Code grant configurationIntrospection Basic Authentication configurationSupported asymmetric signature algorithmsDefault Authorization Code token state manager configurationSupported session cookie key encryption algorithmsAnnotation that can be used to restrictOidcRedirectFilterto 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 theOidcTenantConfigfor tenants, dynamically.Qualifier used to specify which named tenant is associated with one or more OIDC feature.Supports inline instantiation of theTenantFeaturequalifier.Tenant-specificSecurityIdentityprovider.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.