set default hydra client scope with webhook
This commit is contained in:
parent
9c7773a038
commit
dda65fb7b4
|
@ -9,6 +9,6 @@
|
||||||
"redirect_uris": {{ item.redirect_uris | default([]) | to_json }},
|
"redirect_uris": {{ item.redirect_uris | default([]) | to_json }},
|
||||||
"response_types": {{ item.response_types | default(["code"]) | to_json }},
|
"response_types": {{ item.response_types | default(["code"]) | to_json }},
|
||||||
"logo_uri": {{ item.logo_uri | default("") | 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 }}
|
"token_endpoint_auth_method": {{ item.token_endpoint_auth_method | default("client_secret_post") | to_json }}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue