azure-activedirectory-library-for-python
azure-activedirectory-library-for-python copied to clipboard
ADAL for Python
@rayluo we would be happy to do some fuzzing of ADAL similar to MSAL, are you okay with this? We have done an initial pass here https://github.com/google/oss-fuzz/pull/8000 -- Could we...
Currently, customer who comes from [this page](https://docs.microsoft.com/en-us/python/api/overview/azure/activedirectory/client?view=azure-python) would NOT know we recommend using MSAL over ADAL. Action items: * Figure out how and how often those docs pages are updated,...
Pass Resource parameter as a String in AuthenticationContext.acquire_token_with_authorization_code
Hello, I need to pass the Resource parameter in ADAL AuthenticationContext.acquire_token_with_authorization_code as a string parameter (i.e. I want to pass the client-id in Resource field). However, this parameter can only...
Hello Team, I have a python api that is meant to receive a request from another api. But to secure my api i would need to validate an incoming JWT....
Hey good work but would be even better with async support instead of blocking calls (I'm not talking about starting another thread / process but genuine async IO support), is...
Tests pass with updated HTTPretty. Also updated pylint to python 3.6+ compatible version.