Package org.imixs.security.oidc
package org.imixs.security.oidc
-
ClassesClassDescriptionThe BearerTokenValidator provides static utility methods to validate and decode Bearer JWT tokens.The CallbackServlet provides the servlet endpoint for handling the OpenID Connect (OIDC) authorization code callback.The class OidcApi implements a rest api endpoint to debug oidc dataCombinedAuthenticationMechanism provides a custom Jakarta Security AuthenticationMechanism that supports both OpenID Connect (OIDC) login and Bearer token authentication.This handler is responsible to redirect the user during the oidc authentication flowThe OidcConfig is a CDI config bean used to provide the config values for the
Securitybean.This is a json wrapper class used internal for token validationThe TokenValidator is used to validate OIDC access tokens against the identity providerService to fetch additional user information from the OIDC UserInfo endpoint.