Describe the bug
Signing in with an Outlook email which is linked to an account where the SafeLinks premium feature is enabled does not work.
Another authentication library seems to have the same issue: FusionAuth/fusionauth-issues#629.
When this Outlook feature is enabled, the magic link is encapsulated by a SafeLinks Outlook protection URL, e.g.:
https://eur02.safelinks.protection.outlook.com/?url=<magic-link-url>
From the issue in FusionAuth, it seems that the token gets invalidated because of some request that SafeLinks is being made beforehand. (Source: FusionAuth/fusionauth-issues#629 (comment))
Steps to reproduce
- Sign in with Outlook email which has
SafeLinks enabled
- Click on Sign link from email
Expected behavior
User should be able to login
Screenshots or error logs
None. The user gets redirected to /auth/sign-in?error=Verification
Additional context
/
Feedback
Describe the bug
Signing in with an Outlook email which is linked to an account where the
SafeLinkspremium feature is enabled does not work.Another authentication library seems to have the same issue: FusionAuth/fusionauth-issues#629.
When this Outlook feature is enabled, the magic link is encapsulated by a
SafeLinksOutlook protection URL, e.g.:From the issue in
FusionAuth, it seems that the token gets invalidated because of some request thatSafeLinksis being made beforehand. (Source: FusionAuth/fusionauth-issues#629 (comment))Steps to reproduce
SafeLinksenabledExpected behavior
User should be able to login
Screenshots or error logs
None. The user gets redirected to
/auth/sign-in?error=VerificationAdditional context
/
Feedback