Ray Luo
Ray Luo
Chatted with Abhi who handled the update of that doc before, and she kindly agreed to take care of this doc update. Thanks Abhi!
ADAL Python is designed to be a client-side library for acquiring (and caching) tokens. Validation of a token is out of the scope of this ADAL Python library. So I'll...
@jussih Thanks for your effort looking into this. Just want to clarify, is any of the changes in this PR relevant to Python 3.7? They seem to be relevant to...
We don't currently have a plan for that. We can log this as a feature request for future consideration. Right now, your options can be trying to wrap the ADAL...
@OK-UNDP Your question is more about "how to reuse/share token", less about "async support". Nonetheless, there are several possible solutions. 1. You could obtain an access token once and somehow...
> when it is enabled and used by az login We can go one step further by monitoring "when `allow_broker` is enabled and used by any az command that would...
Sorry there is no directory upload/download facility in Boto 3 at this moment. We are considering to backport those CLI sync functions to Boto 3, but there is no specific...
Closing this without merging, because we ended up going with #496
Intergrated Windows Auth (IWA) is still not available in MSAL Python. There are alternatives. * Since Dec 2020, [MSAL Python 1.7+](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.7.0) supports an [`acquire_token_interactive(..., login_hint="[email protected]")`](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/1.19.0/sample/interactive_sample.py#L58-L63). Your app would need to...
> This should be fixed in release 0.5.0, coming soon. The [change in release 0.5.0](https://github.com/pallets-eco/flask-session/compare/0.4.1...0.5.0) does not seem to be relevant to this issue. That being said, it is fine...