-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(id_token): don't include user projects in id_tokens for implicit flow * feat(userinfo): add projects to match whats in tokens * fix(implicit): correctly determine whether or not to include access token for implicit flow * feat(implicit): don't include project access in any tokens returned by implicit flow * Update fence/jwt/token.py Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu> * Update fence/jwt/token.py Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu> * chore(userinfo): don't duplicate project access, just leave existing name * fix(tokens): add missing paren from merge
- Loading branch information
Showing
3 changed files
with
40 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters