Keycloak Client Adapters #04 – Tomcat Adapter



Keycloak Client Adapters #04 – Tomcat Adapter

Keycloak Client Adapters #04 - Tomcat Adapter

This is the fourth video of Keycloak Client Adapters video series. In this video, we talk about Tomcat client adapter and how to use it for securing a web application running on tomcat servlet container. Tomcat OIDC client adapter internally uses OpenID Connect protocol to secure the web application.

Tomcat client adapter:
https://www.keycloak.org/docs/latest/securing_apps/#_tomcat_adapter

Client adapter download:
https://www.keycloak.org/downloads

secured application URL:
http://localhost:8081/docs/

logout URL:

http://localhost:8080/auth/realms/{realm_name}/protocol/openid-connect/logout

Comments are closed.