Skip to content

Commit 4d82a56

Browse files
committed
Add WikiJS Oauth
1 parent 4329f8e commit 4d82a56

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

apps/ory-hydra/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,16 @@ clients:
114114
grantType: "client_credentials"
115115
scope: "public_profile"
116116
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

Comments
 (0)