-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added a list of authorization tasks to the user's session This allows to dynamically add tasks the user must perform before an authorization_code is issued * Replaced sucessive [] operators by dig() * Accept `prompt` and `max_age` parameters * Include `auth_time` in id_token * Adjusted a few error codes * Support for plain OAuth Authorization Flows * Better Requested Claims Handling * Remove dead code * More intuitive code for scope granting * Allow to request claims for the userinfo endpoint This introduces a new claim `omejdn_reserved` in the access token. It stores information for later retrieval, e.g. requested claims to be returned from `/userinfo` * Fixed a bug regarding the redirect_uri * Fix Tests * Fix spec reference * Only include the omejdn_reserved key when it contains actual data * Fixed switched expected/actual values in OAuth2 tests * Added tests for `/userinfo` endpoint
- Loading branch information
Showing
14 changed files
with
408 additions
and
356 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
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.