traefik-forward-auth0 icon indicating copy to clipboard operation
traefik-forward-auth0 copied to clipboard

New endpoint for user profile information

Open dniel opened this issue 5 years ago • 1 comments

To be able to use ForwardAuth as a central component for other services to look up user info a new endpoint Profile/Userinfo/User should be implemented. The endpoint should parse the JWT_TOKEN and return configured claims.

dniel avatar Mar 05 '19 20:03 dniel

Userinfo endpoint implemented. Calling auth.example.com/userinfo will return current user information if logged in.

dniel avatar Sep 24 '19 06:09 dniel