-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQ] Azure.Identity - Support KnownAuthorities like Python SDK #7597
Labels
Comments
xirzec
added
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
labels
Mar 2, 2020
/cc @jonathandturner |
@jonathandturner - Can we try to get this in April? We have .net and python done. |
While Python uses the name KnownAuthorities, KnownAuthorityHosts looks like the better name for the other languages. |
Yes, we should be able to. Should I grab the list of known authorities from the python version? |
Yep. Thanks 🙏 |
Current PR: #7829 |
#7829 Merged into master, so closing this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Azure.Identity
It would be great if we provided a "KnownAuthorities" concept, like we have in the Python SDK.
https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity/azure/identity/_constants.py
Right now, in JS, devs have to provide the url for the environment they are targeting
https://login.microsoftonline.us
for Gov, for example.With Python
With JS
The text was updated successfully, but these errors were encountered: