Back to Browse

Keycloak: Securing Apps using JSON Web Tokens

6.9K views
Jan 22, 2021
15:19

This video shows how to secure apps using JSON Web Tokens. It uses haproxy with a lua script to verify all incoming traffic. Thanks to using haproxy in front of your application no changes to the actual application are required. Keycloak is used as an identity provider. The tutorial uses migrator project as a sample application: https://github.com/lukaszbudnik/migrator The source code of the tutorial is available here: https://github.com/lukaszbudnik/migrator/tree/master/tutorials/oauth2-proxy-oidc-haproxy I based my solution on a great haproxy-lua-jwt project: https://github.com/haproxytech/haproxy-lua-jwt Please check out my video about Setting up custom password policies & MFA. In this video show how to use the Keycloak JavaScript client as well as the Keycloak test app: https://youtu.be/XUvaMgTdwy0 To find out more about Keycloak check out my Keycloak playlist: https://www.youtube.com/watch?v=g8LVIr8KKSA&list=PLPZal7ksxNs0mgScrJxrggEayV-TPZ9sA If you are interested in a short write up of all the examples in this playlist please check out this post: https://dev.to/lukaszbudnik/building-cloud-native-apps-identity-and-access-management-1e5m

Download

0 formats

No download links available.

Keycloak: Securing Apps using JSON Web Tokens | NatokHD