remove unused hydra-oidc scope
This commit is contained in:
parent
dda65fb7b4
commit
9469a5ec4f
|
@ -225,7 +225,7 @@ hydra_oidc_token_endpoint:
|
||||||
hydra_oidc_userinfo_endpoint:
|
hydra_oidc_userinfo_endpoint:
|
||||||
hydra_oidc_logout_endpoint:
|
hydra_oidc_logout_endpoint:
|
||||||
hydra_oidc_post_logout_redirect_url:
|
hydra_oidc_post_logout_redirect_url:
|
||||||
hydra_oidc_scope: openid email webhook
|
hydra_oidc_scope: openid email
|
||||||
hydra_oidc_client_id:
|
hydra_oidc_client_id:
|
||||||
hydra_oidc_client_secret:
|
hydra_oidc_client_secret:
|
||||||
hydra_oidc_additionnal_env: {}
|
hydra_oidc_additionnal_env: {}
|
||||||
|
|
Loading…
Reference in New Issue