create oidcapp
All checks were successful
Build and Publish / build-release (push) Successful in 1m1s
All checks were successful
Build and Publish / build-release (push) Successful in 1m1s
This commit is contained in:
@@ -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`
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user