Skip to content

Commit 5202822

Browse files
Add refresh_token grant to FAF Moderator client
1 parent 8b950ad commit 5202822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ory-hydra/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clients:
2626

2727
- name: "FAF Moderator Client"
2828
id: "8ff5c14f-60e2-41b9-b594-a641dc5013be"
29-
grantType: "authorization_code"
29+
grantType: "authorization_code,refresh_token"
3030
scope: "openid,offline,public_profile,upload_avatar,administrative_actions,read_sensible_userdata,manage_vault"
3131
redirectUri: "http://localhost,http://localhost:8080/,http://127.0.0.1"
3232
logoUri: "https://$BASE_DOMAIN/images/faf-logo.png"

0 commit comments

Comments
 (0)