diff --git a/templates/hydra-client.json.j2 b/templates/hydra-client.json.j2 index a051f51..fd927f0 100644 --- a/templates/hydra-client.json.j2 +++ b/templates/hydra-client.json.j2 @@ -9,6 +9,6 @@ "redirect_uris": {{ item.redirect_uris | default([]) | to_json }}, "response_types": {{ item.response_types | default(["code"]) | to_json }}, "logo_uri": {{ item.logo_uri | default("") | to_json }}, - "scope": {{ item.scope | default("openid profile email") | to_json }}, + "scope": {{ item.scope | default("openid profile email webhook") | to_json }}, "token_endpoint_auth_method": {{ item.token_endpoint_auth_method | default("client_secret_post") | to_json }} }