create oidcapp
All checks were successful
Build and Publish / build-release (push) Successful in 1m1s

This commit is contained in:
2026-05-14 15:19:53 -05:00
parent bb6ee40741
commit 2ed75599bc
2 changed files with 77 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ export default NuxtAuthHandler({
issuer: process.env.ZITADEL_DOMAIN,
authorization: {
params: {
scope: 'openid email profile offline_access urn:zitadel:iam:org:project:371479849505653263:aud'
scope: `openid email profile offline_access urn:zitadel:iam:org:project:${process.env.ZITADEL_PROJECT_ID}:aud`
}
}
})