Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
SharePoint Online SAML Auth Broken - Migrate to Azure AD
The SAML authentication method for SharePoint Online has been disabled by Microsoft, effective immediately. This is a global service-side change and is not a bug in this library.
This is a breaking change. Any code using SAML auth will fail.
What to do now:
Stop using the SAML authentication method.
Immediately migrate to a supported Azure AD (OAuth 2.0) method such as ClientId/Secret or Interactive login.
See the library's documentation for examples using modern authentication.
Related
- #909
- #982