1
0
forked from baron/baron-sso

Trusted RP 명칭을 Headless Login으로 일괄 변경

This commit is contained in:
2026-03-31 10:44:37 +09:00
parent 2364ff59d2
commit df145b2957
4 changed files with 14 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ test.describe("DevFront clients lifecycle", () => {
).toHaveValue(/https:\/\/after\.example\.com\/callback/);
});
test("pkce trusted rp with inline ssh-rsa key should persist mapped payload", async ({
test("pkce headless login with inline ssh-rsa key should persist mapped payload", async ({
page,
}) => {
const state = {
@@ -139,7 +139,7 @@ test.describe("DevFront clients lifecycle", () => {
await page
.getByRole("switch", {
name: /Trusted RP \(자체 로그인 UI 사용\)|Trusted RP \(Custom Login UI\)/i,
name: /Headless Login \(자체 로그인 UI 사용\)|Headless Login \(Custom Login UI\)/i,
})
.click();