feat: zitadel provisioning script + project-audience scope
This commit is contained in:
@@ -13,6 +13,9 @@ export default defineNuxtConfig({
|
||||
public: {
|
||||
zitadelIssuer: process.env.NUXT_PUBLIC_ZITADEL_ISSUER || "https://auth.kuns.dev",
|
||||
zitadelClientId: process.env.NUXT_PUBLIC_ZITADEL_CLIENT_ID || "",
|
||||
// Optional: Zitadel project id. When set, the login requests the project-audience
|
||||
// scope so the access token's `aud` includes the project id (robust API validation).
|
||||
zitadelProjectId: process.env.NUXT_PUBLIC_ZITADEL_PROJECT_ID || "",
|
||||
},
|
||||
},
|
||||
app: {
|
||||
|
||||
Reference in New Issue
Block a user