forked from unitycatalog/unitycatalog
-
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.
Accept http URLs in OAuth2 Token Exchange (unitycatalog#731)
Fixes unitycatalog#730 and adds the following: 1. Uses built-in claim names (`JwtClaim.EMAIL`, `JwtClaim.SUBJECT`) 1. Uses built-in claim accessors (`decodedJWT.getIssuer()`, `decodedJWT.getKeyId()`, `decodedJWT.getSubject()`) 1. More DEBUG logging in OAuth2 execution paths Signed-off-by: Jacek Laskowski <[email protected]>
- Loading branch information
1 parent
9d68cd8
commit d02929b
Showing
4 changed files
with
37 additions
and
21 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