1
0
forked from baron/baron-sso

headless login으로 리펙토링

This commit is contained in:
Lectom C Han
2026-04-01 10:50:31 +09:00
parent d9b0ec410c
commit 94362bf8eb
15 changed files with 276 additions and 127 deletions

View File

@@ -124,18 +124,18 @@ test.describe("DevFront clients lifecycle", () => {
});
test("pkce headless login with inline ssh-rsa key should persist mapped payload", async ({
page,
page,
}) => {
const state = {
clients: [
makeClient("client-trusted", { name: "Trusted App", type: "pkce" }),
makeClient("client-headless-login", { name: "Headless Login App", type: "pkce" }),
],
consents: [] as Consent[],
auditLogsByCursor: undefined,
};
await installDevApiMock(page, state);
await page.goto("/clients/client-trusted/settings");
await page.goto("/clients/client-headless-login/settings");
await page
.getByRole("switch", {