We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4329f8e commit 4d82a56Copy full SHA for 4d82a56
apps/ory-hydra/values.yaml
@@ -114,3 +114,16 @@ clients:
114
grantType: "client_credentials"
115
scope: "public_profile"
116
tokenEndpointAuthMethod: "client_secret_post"
117
+
118
+ - name: "FAF Wiki"
119
+ id: "b44e0022-f6a7-41ec-b6c1-3932b00c88aa"
120
+ secret:
121
+ name: ory-hydra
122
+ key: WIKIJS_SECRET
123
+ grantType: "authorization_code,refresh_token"
124
+ scope: "openid,public_profile"
125
+ redirectUri: "https://wiki.$BASE_DOMAIN/login/hydra/callback"
126
+ tosUri: "https://$BASE_DOMAIN/tos"
127
+ policyUri: "https://$BASE_DOMAIN/privacy"
128
+ logoUri: "https://$BASE_DOMAIN/images/faf-logo.png"
129
+ tokenEndpointAuthMethod: "client_secret_post"
0 commit comments