-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on openidconnect (#19)
Removed dependency on openidconnect due to spec incompatibility. Refactoring changes: * defined MetadataDiscovery trait to share the common metadata resolution code for authorization_server_metadata and credential_issuer_metadata * API changes to Client, authorization request and PAR to handle request parameters more consistently Fixed a couple of bugs: * response_type no longer dropped in PAR request builder * uri instead of url used in credential metadata -> logo [spec source]
- Loading branch information
Showing
17 changed files
with
900 additions
and
963 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
Oops, something went wrong.