mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:47:32 +00:00
chore: move the go code into a subfolder
This commit is contained in:
6
apps/api/internal/query/userinfo_client_by_id.sql
Normal file
6
apps/api/internal/query/userinfo_client_by_id.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
select a.project_id, p.project_role_assertion
|
||||
from projections.apps7_oidc_configs c
|
||||
join projections.apps7 a on a.id = c.app_id and a.instance_id = c.instance_id
|
||||
join projections.projects4 p on p.id = a.project_id and p.instance_id = a.instance_id
|
||||
where c.instance_id = $1
|
||||
and c.client_id = $2;
|
Reference in New Issue
Block a user