azure-activedirectory-library-for-python icon indicating copy to clipboard operation
azure-activedirectory-library-for-python copied to clipboard

ADAL for Python

Results 6 azure-activedirectory-library-for-python issues
Sort by recently updated
recently updated
newest added

@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,...

enhancement

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...

question
answered
documentation

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....

enhancement
question
wontfix

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...

enhancement

Tests pass with updated HTTPretty. Also updated pylint to python 3.6+ compatible version.