Add coulomb-social public OIDC client to KeyCape dev-config
Aligns local compose client list with live railiance01 registration.
This commit is contained in:
parent
09aafdb9c6
commit
cd33e118c0
1 changed files with 9 additions and 0 deletions
|
|
@ -44,3 +44,12 @@ clients:
|
|||
allowedScopes: ["openid", "profile", "email", "groups"]
|
||||
grantTypes: ["authorization_code"]
|
||||
clientType: "public"
|
||||
- clientId: "coulomb-social"
|
||||
displayName: "coulomb.social"
|
||||
redirectUris:
|
||||
- "http://127.0.0.1:8008/auth/callback/"
|
||||
- "http://localhost:8008/auth/callback/"
|
||||
- "https://coulomb.social/auth/callback/"
|
||||
allowedScopes: ["openid", "profile", "email", "groups"]
|
||||
grantTypes: ["authorization_code"]
|
||||
clientType: "public"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue