forked from dexidp/dex
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement custom client_credentials grant & add support of pkce to de…
…vice_grant (#7) * Feature/integrate client credentials nd pcke verifie (#5) * implement client_credentials grant type Signed-off-by: Houssem Ben Mabrouk <[email protected]> * include pkce_verifier + upgrade oauth2 Signed-off-by: Houssem Ben Mabrouk <[email protected]> * append issuer prefix to device redirectURI Signed-off-by: Houssem Ben Mabrouk <[email protected]> * fix lint? Signed-off-by: Houssem Ben Mabrouk <[email protected]> * fix test Signed-off-by: Houssem Ben Mabrouk <[email protected]> --------- Signed-off-by: Houssem Ben Mabrouk <[email protected]> * test to be reverted Signed-off-by: Houssem Ben Mabrouk <[email protected]> * Revert "test to be reverted" This reverts commit 65c6d32. * add client_credentials to default oauth2 grant types Signed-off-by: Houssem Ben Mabrouk <[email protected]> * Modify client credential grant (#6) * feat: dynamic oauth2 credentials client_credential flow Signed-off-by: Houssem Ben Mabrouk <[email protected]> * adding tests for client_credentials flow Signed-off-by: Houssem Ben Mabrouk <[email protected]> * better credentials handling + adjust tests Signed-off-by: Houssem Ben Mabrouk <[email protected]> * fix lint Signed-off-by: Houssem Ben Mabrouk <[email protected]> --------- Signed-off-by: Houssem Ben Mabrouk <[email protected]> --------- Signed-off-by: Houssem Ben Mabrouk <[email protected]>
- Loading branch information
1 parent
7267b11
commit 948d7f4
Showing
9 changed files
with
353 additions
and
17 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.