Does MSAL have Resource Owner Password Credentials Grant authorization[https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth-ropc] support? Answer Yes, MSAL for Python supports ROPC flow(Resource Owner Password Credentials Grant), sample here.