forked from dCache/dcache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: add issuer URI to OAuthProviderPrincipal
Motivation: The OAuthProviderPrincipal carries information about which issuer issued the OIDC token. Currently, it carries only the dCache alias for that issuer. Downstream gPlazma plugins may wish to know the corresponding issuer URI; i.e., the value of the 'iss' claim. Modification: Update the OAuthProviderPrincipal to carry the issuer URI. Update places where the principal is created to include the issuer URI. Some unit-tests need to be updated. Result: No user- or admin observable changes; however, downstream gPlazma plugins can learn the issuer URI after a successful 'oidc' plugin invocation. Target: master Requires-notes: no Requires-book: no
- Loading branch information
1 parent
725b3a6
commit 110017e
Showing
5 changed files
with
16 additions
and
4 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
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