-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Antoon Prins
committed
Nov 16, 2021
1 parent
12b2c3b
commit 6d445a3
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Enhancement: OIDC auth driver for ESCAPE IAM | ||
Enhancement: OIDC auth driver for ESCAPE-IAM-group-to-REVA-user mapping based authentication | ||
|
||
This enhancement allows for oidc token authentication via the ESCAPE IAM service. | ||
Authentication relies on mappings of ESCAPE IAM groups to REVA users. | ||
For a valid token, if at the most one group from the groups claim is mapped to one REVA user, authentication can take place. | ||
|
||
https://github.com/cs3org/reva/pull/2217 |