We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b02c5c commit 3bdecfcCopy full SHA for 3bdecfc
src/client/auth.ts
@@ -263,8 +263,8 @@ export async function discoverOAuthProtectedResourceMetadata(
263
} else {
264
const issuer = new URL(serverUrl);
265
const wellKnownPath = buildWellKnownPath('oauth-protected-resource', issuer.pathname);
266
- wellKnownPath.search = issuer.search;
267
url = new URL(wellKnownPath, issuer);
+ url.search = issuer.search;
268
}
269
270
let response: Response;
0 commit comments