feat(oauth): unify OAuth callback browser pages (#34025)
This commit is contained in:
parent
11537260aa
commit
e8fea9e63a
9 changed files with 322 additions and 329 deletions
|
|
@ -101,7 +101,7 @@ describe("McpOAuthCallback.ensureRunning", () => {
|
|||
`${redirectUri}?state=test&error=access_denied&error_description=${encodeURIComponent("The user denied access")}`,
|
||||
)
|
||||
|
||||
expect(await response.text()).toContain('<div class="error">The user denied access</div>')
|
||||
expect(await response.text()).toContain('<pre class="detail" id="oc-detail">The user denied access</pre>')
|
||||
})
|
||||
|
||||
test("binds the callback server to IPv4 loopback", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue