KA ID : enregistrement du client SSO toit-ka (www.toit-ka.com)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +5 −0
modified
src/lib/sso.ts
+5 −0
@@ -47,6 +47,11 @@ export const SSO_CLIENTS: Record< | ||
| 47 | 47 | redirectPrefixes: ["https://www.ora-ka.com/"], |
| 48 | 48 | secretEnv: "KA_SSO_SECRET_ORA_KA", |
| 49 | 49 | }, |
| 50 | + "toit-ka": { | |
| 51 | + label: "Toit·Ka", | |
| 52 | + redirectPrefixes: ["https://www.toit-ka.com/", "http://localhost:8097/"], | |
| 53 | + secretEnv: "KA_SSO_SECRET_TOIT_KA", | |
| 54 | + }, | |
| 50 | 55 | }; |
| 51 | 56 | |
| 52 | 57 | /** |
| 53 | 58 | |