Skip to content
Snippets Groups Projects
Commit d4446bca authored by Antoine Lambert's avatar Antoine Lambert
Browse files

auth/backends: Simplify and improve OIDC authentication

No need to query the userinfo endpoint of the OIDC server when authenticating
as those information can also be found in the decoded access token.

Use more reliable access token expiration date.

Check groups claim is provided in decoded token before trying to read it.
parent 97c4e243
No related branches found
No related tags found
1 merge request!271auth/backends: Simplify and improve OIDC authentication
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment