You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nested App Auth: allow empty parameters for loginPopup (#6941)
This change allows empty parameters for loginPopup by using a default
request to match the behavior of StandardController. It also removes the
dependency on crypto.randomUUID() which is not used elsewhere in the
MSAL code base. Use the shared implementation to generate UUID v7
instead.
0 commit comments