forked from mosip/commons
-
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.
Mosip 22165 add scope based authorization interface and junit tests (m…
…osip#1338) * Added token validation after oidc login with auth code flow * Added token validation after oidc login with auth code flow * Removed unused constants * Added javadoc * Revert unused changes to kernel core * Test fix * Test fixes and code coverage * Added scope validator and support to scopes in AuthUserDetails * Fix junit tests * Fixed NPE on validating ID Token
- Loading branch information
1 parent
8300f78
commit 43c44c8
Showing
10 changed files
with
404 additions
and
101 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
61 changes: 0 additions & 61 deletions
61
...src/main/java/io/mosip/kernel/authcodeflowproxy/api/service/validator/ScopeValidator.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.