1
0
forked from baron/baron-sso

테넌트 접근 제한/커스텀 클레임 관계 설정

This commit is contained in:
2026-04-30 10:01:00 +09:00
parent 613d198690
commit 52936b2b88
7 changed files with 214 additions and 12 deletions

View File

@@ -47,7 +47,6 @@ const relationOptions = [
"consent_revoker",
"relationship_viewer",
"audit_viewer",
"status_operator",
] as const;
type RelationOption = (typeof relationOptions)[number];