Package-level declarations
Types
Link copied to clipboard
class KeycloakJwtAuthenticationConverter(sharedConfig: SharedConfigProperties) : Converter<Jwt, AbstractAuthenticationToken>
Converts a Keycloak-issued JWT into a Spring Security JwtAuthenticationToken with authorities extracted from the configured roles claim.
Link copied to clipboard
class ReactiveKeycloakJwtAuthenticationConverter(sharedConfig: SharedConfigProperties) : Converter<Jwt, Mono<AbstractAuthenticationToken>>
Reactive variant of KeycloakJwtAuthenticationConverter for the API Gateway (WebFlux). Converts a Keycloak-issued JWT into a Spring Security JwtAuthenticationToken with authorities extracted from the configured roles claim.