Skip to content

ChristianHuff-DEV/secure-spring-rest-api-using-keycloak

Repository files navigation

secure-spring-rest-api-using-keycloak

This is the code for the blog post Extract roles from access token issued by Keycloak using Spring Security.

The problem: When parsing an access tokens issued by Keycloak using Spring Security the roles don’t get extracted from the token.

This post shows how to implement a custom converter for the token and combine it with the default JWT converter.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages