feat(sso): client Créa·Ka (crea-ka.com) au registre KA ID
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +10 −0
modified
src/lib/sso.ts
+10 −0
@@ -17,6 +17,11 @@ export const SSO_CLIENTS: Record< | ||
| 17 | 17 | redirectPrefixes: ["https://www.immo-ka.com/"], |
| 18 | 18 | secretEnv: "KA_SSO_SECRET_IMMO_KA", |
| 19 | 19 | }, |
| 20 | + "crea-ka": { | |
| 21 | + label: "Créa·Ka", | |
| 22 | + redirectPrefixes: ["https://www.crea-ka.com/", "http://localhost:8160/"], | |
| 23 | + secretEnv: "KA_SSO_SECRET_CREA_KA", | |
| 24 | + }, | |
| 20 | 25 | "vrai-prix": { |
| 21 | 26 | label: "Vrai-Prix", |
| 22 | 27 | redirectPrefixes: ["https://www.vrai-prix.com/"], |
@@ -52,6 +57,11 @@ export const SSO_CLIENTS: Record< | ||
| 52 | 57 | redirectPrefixes: ["https://www.toit-ka.com/", "http://localhost:8097/"], |
| 53 | 58 | secretEnv: "KA_SSO_SECRET_TOIT_KA", |
| 54 | 59 | }, |
| 60 | + "sorti-ka": { | |
| 61 | + label: "Sorti·Ka", | |
| 62 | + redirectPrefixes: ["https://www.sorti-ka.com/", "http://localhost:8120/"], | |
| 63 | + secretEnv: "KA_SSO_SECRET_SORTI_KA", | |
| 64 | + }, | |
| 55 | 65 | }; |
| 56 | 66 | |
| 57 | 67 | /** |
| 58 | 68 | |