Add redirect URI and update MSAL packages (#268939)

* Bump MSAL packages further

To hopefully fix bugs

* add redirect uri
This commit is contained in:
Tyler James Leonhardt
2025-09-29 12:57:44 -07:00
committed by GitHub
parent 16e848cc1b
commit d8c3a3263d
3 changed files with 17 additions and 15 deletions

View File

@@ -64,6 +64,7 @@ class DefaultLoopbackFlow implements IMsalFlow {
prompt: loginHint ? undefined : 'select_account',
windowHandle,
claims,
redirectUri
});
}
}
@@ -91,6 +92,7 @@ class UrlHandlerFlow implements IMsalFlow {
prompt: loginHint ? undefined : 'select_account',
windowHandle,
claims,
redirectUri
});
}
}