1
0
forked from baron/baron-sso

orgfront playwrite 설정

This commit is contained in:
2026-05-07 10:56:25 +09:00
parent 7acf3cf5be
commit 49778af905
2 changed files with 17 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ test("orgfront login auto parameter starts OIDC authorization", async ({
const parsed = new URL(oidc.authorizationURL());
expect(parsed.searchParams.get("client_id")).toBe("orgfront");
expect(parsed.searchParams.get("redirect_uri")).toBe(
"http://localhost:5175/auth/callback",
"http://127.0.0.1:4175/auth/callback",
);
expect(parsed.searchParams.get("response_type")).toBe("code");
expect(parsed.searchParams.get("scope") ?? "").toContain("openid");