Keycloak Jwt Authentication Converter
class KeycloakJwtAuthenticationConverter(sharedConfig: SharedConfigProperties) : Converter<Jwt, AbstractAuthenticationToken> (source)
Converts a Keycloak-issued JWT into a Spring Security JwtAuthenticationToken with authorities extracted from the configured roles claim.
Used by WebMVC-based services (iam-service, mail-service, template-service).