remove unused hydra-oidc scope

This commit is contained in:
Matthieu Lamalle 2023-03-27 14:03:50 +02:00
parent dda65fb7b4
commit 9469a5ec4f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ hydra_oidc_token_endpoint:
hydra_oidc_userinfo_endpoint:
hydra_oidc_logout_endpoint:
hydra_oidc_post_logout_redirect_url:
hydra_oidc_scope: openid email webhook
hydra_oidc_scope: openid email
hydra_oidc_client_id:
hydra_oidc_client_secret:
hydra_oidc_additionnal_env: {}