forked from baron/baron-sso
Private/PKCE 앱 유형 및 관리자 권한 정책 적용
This commit is contained in:
@@ -48,7 +48,7 @@ test("clients page loads correctly", async ({ page }) => {
|
||||
{
|
||||
id: "client-playwright",
|
||||
name: "Playwright Client",
|
||||
type: "confidential",
|
||||
type: "private",
|
||||
status: "active",
|
||||
createdAt: new Date().toISOString(),
|
||||
redirectUris: ["http://localhost:5174/callback"],
|
||||
|
||||
Reference in New Issue
Block a user