Skip to content

dzelge/tornado-keycloak-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tornado-keycloak-auth

Simple authentication handler to allow tornado microservice to check sso tokens. Work fine with Keycloak. The handler can be improve with a check of user roles...

Retrieve JWK from server

  • JWK contains public key that is used for decode JWT token
  • Only keycloak server know private key and can generate tokens
  • Token signature can be check with the public key

Architecture schema

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages