@Mario Alejandro Rodriguez Pachon
Thank you for your post!
I understand that you're having issues with the migration from ADAL to MSAL and would like some examples or documentation on how to do this within Python. To hopefully help point you in the right direction, I'll share my findings below.
Findings:
Migrate your apps from Azure AD Graph to Microsoft Graph
- You should be able to follow this documentation which has a checklist to help you plan your migration from Azure Active Directory (Azure AD) Graph to Microsoft Graph.
ADAL to MSAL migration guide for Python
- This article highlights changes you need to make within Python to migrate an app from ADAL to MSAL.
- This section within the Migrate applications to the MSAL doc links to different app examples/tutorials to help with your migration.
Microsoft Authentication Library (MSAL) for Python Issues
Additional Link:
I hope this helps!
If you have any other questions, please let me know. Thank you for your time and patience throughout this issue.
If the information helped address your question, please Accept the answer. This will help us and also improve searchability for others in the community who might be researching similar information.