-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made uid, gid parsing more robust in OIDC auth provider
- Loading branch information
Showing
2 changed files
with
27 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: made uid, gid claims parsing more robust in OIDC auth provider | ||
|
||
This fix makes sure the uid and gid claims are defined at init time and that | ||
a proper error is returned in case they would be missing or invalid (i.e. not int64) | ||
when authenticating users. | ||
|
||
https://github.com/cs3org/reva/pull/2759 |
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