Skip to content

Commit e4a953d

Browse files
committed
Add ?no_universal_links=true to OIDC cb url so EX doesn't try to handle it
This is specific to macOS and only affects cases where auth is attempted in the non-default browser Signed-off-by: Michael Telatynski <[email protected]>
1 parent e9a3625 commit e4a953d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BasePlatform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ export default abstract class BasePlatform {
466466
// The redirect URL has to exactly match that registered at the OIDC server, so
467467
// ensure that the fragment part of the URL is empty.
468468
url.hash = "";
469+
url.searchParams.set("no_universal_links", "true");
469470
return url;
470471
}
471472

0 commit comments

Comments
 (0)