feat: add project and app to zitadel
Some checks failed
Test action / kaas (push) Failing after 2s

This commit is contained in:
Chris Kruining 2026-02-09 15:13:42 +01:00
parent 5898443d46
commit 11310fdfbd
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -151,6 +151,20 @@
};
};
};
convex = {
projectRoleCheck = true;
projectRoleAssertion = true;
hasProjectCheck = true;
application = {
scry = {
redirectUris = ["https://nautical-salamander-320.eu-west-1.convex.cloud/api/auth/callback/zitadel"];
grantTypes = ["authorizationCode"];
responseTypes = ["code"];
};
};
};
};
action = {