forked from baron/baron-sso
orgfront playwrite 설정
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user