Authentification OpenID Connect

Implémentation du modèle d'authentification "Authorization code with
PKCE [1]"

[1] https://auth0.com/docs/api-auth/tutorials/authorization-code-grant-pkce
This commit is contained in:
2020-06-18 09:48:45 +02:00
parent 59806edc10
commit 713b8cc3ea
25 changed files with 628 additions and 184 deletions

View File

@ -3,6 +3,7 @@
hydra clients create \
--id daddy \
-n Daddy \
--secret 'KE9wOXR-~7qCXNKWzw23EpNroq' \
-a email,email_verified \
-a email,email_verified,offline_access,openid \
--token-endpoint-auth-method none \
--post-logout-callbacks http://localhost:8081 \
-c http://localhost:8081/oauth2/callback