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
Don't think we need to continue supporting the legacy auth for SPO.
So, no need for any conditionals or retry mechanism for Legacy auth in case Modern Auth fails.
To reproduce
Requires ADFS claim rule blocking legacy auth to recreate this error.
Expected behavior
Successful SharePoint Authentication
The text was updated successfully, but these errors were encountered:
buidav
added
the
bug
This issue or pull request addresses broken functionality
label
Nov 11, 2024
🐛 Summary
Public Issue #1407 reported that they could not authenticate to SharePoint Online via Interactive Auth and shared this error message
Microsoft documentation says this can be caused by a ADFS claim rule blocking legacy auth
Fix is to use Modern Auth by default. Adding these additional parameters to the
Connect-SPOService
call inConnection.psm1
Don't think we need to continue supporting the legacy auth for SPO.
So, no need for any conditionals or retry mechanism for Legacy auth in case Modern Auth fails.
To reproduce
Requires ADFS claim rule blocking legacy auth to recreate this error.
Expected behavior
Successful SharePoint Authentication
The text was updated successfully, but these errors were encountered: