feat(sso): early sso testing

* feat(workspaces): add workspace sso feature flag

* feat(workspaceSso): wip validate sso

* feat(workspaces): validate and add sso provider to the workspace with user sso sessions

* feat(workspaces): validate and add sso provider to the workspace with user sso sessions
This commit is contained in:
Gergő Jedlicska
2024-10-01 18:15:25 +02:00
committed by GitHub
parent 677b8202fa
commit 7fbda629b7
15 changed files with 729 additions and 13 deletions
+9 -1
View File
@@ -90,7 +90,15 @@
},
"files.eol": "\n",
"volar.vueserver.maxOldSpaceSize": 4000,
"cSpell.words": ["Automations", "Bursty", "discoverability", "Insertable", "mjml"],
"cSpell.words": [
"Automations",
"Bursty",
"discoverability",
"Encryptor",
"Insertable",
"mjml",
"OIDC"
],
"tailwindCSS.experimental.configFile": {
"packages/frontend-2/tailwind.config.mjs": "packages/frontend-2/**"
},