Keycloak Implementing Custom REST Resources

January 26, 2022

Tags: #keycloak #oidc #authentication #rest #video

Keycloak has the OIDC authentication endpoints and also the Admin REST API endpoints to manage the server as an administrator (and also the admin UI makes use of this).

But you can also extend Keycloak and implement your own custom REST resources with endpoints. In this video I’ll show how to do this and also how to secure these custom endpoints, so that no misuse is possible. Last but not least, I demonstrate how to automatically test your custom REST resources with the help of the Testcontainers-Keycloak project.

Don’t forget to subscribe to my YouTube channel!

The sourcecode is available on my GitHub repository keycloak-extensions-demo/rest-endpoint.

dasniko/keycloak-extensions-demo - GitHub

Du bist auf der Suche nach Keycloak Beratung, Unterstützung, Workshops oder Trainings?

Nimm Kontakt mit mir auf!

« Keycloak Custom Required Actions KEYCLOAK Implementing Custom User Storage Provider »