-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
token introspect remove client id constraint (#363)
* token introspect remove client id constraint previously could only introspect a client_id's own token, introspect needs to be able to introspect any token for an issuer. * revert default introspect client_id behaviour, add option for issuer add client_self_only option with default of true to require client_id match of self client_id and token client_id when false, disables match and returns only introspect result. * fixup --------- Co-authored-by: Dan Janowski <[email protected]> Co-authored-by: Jonatan Männchen <[email protected]>
- Loading branch information
1 parent
78cda17
commit 6aebbdc
Showing
2 changed files
with
105 additions
and
18 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