I am using the following adal library in order to fetch Oauth2 token (AAD).
https://github.com/AzureAD/azure-activedirectory-library-for-python
The following code does work and i can get my token: https://github.com/AzureAD/azure-activedirectory-library-for-python/blob/dev/sample/certificate_credentials_sample.py
But in my specific case i want to be able to fetch the token with providing username and password (password grant type)
Any ideas?
Thanks,