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
Describe the bug
Trying to login via a passwordless (aka "Magic Link") flow. User can login, but cannot silently get any access tokens to use as bearer tokens on subsequent API calls. The getAccessToken call is requiring that the user be shown a login screen.
Expected behavior
My expectation is that as the user is already authenticated, they can make API requests, and ultimately gaining access tokens to insert to an Authorization header, without needing to sign in.
Desktop (please complete the following information):
OS: OSX, Windows
Browser: Chrome, Safari, Firefox
Version latest stables, no betas.
Smartphone (please complete the following information):
Device: Apple, Android
OS: Android, iOS
Browser: latest stable
Version: latest stable
The text was updated successfully, but these errors were encountered:
JohnPaulHarold
changed the title
Passwordless/MagicLink login
Passwordless/MagicLink login - cannot obtain access tokens
Aug 10, 2020
Library versions
react-aad-msal
:^2.3.5
msal
:^1.3.2
Describe the bug
Trying to login via a passwordless (aka "Magic Link") flow. User can login, but cannot silently get any access tokens to use as bearer tokens on subsequent API calls. The
getAccessToken
call is requiring that the user be shown a login screen.Expected behavior
My expectation is that as the user is already authenticated, they can make API requests, and ultimately gaining access tokens to insert to an
Authorization
header, without needing to sign in.Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: