Skip to content
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

DAC: do not stop trying with dev credentials until obtaining a valid token or completing the chain #35919

Closed
xiangyan99 opened this issue May 1, 2023 · 2 comments · Fixed by #36849
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@xiangyan99
Copy link
Member

xiangyan99 commented May 1, 2023

Library name

Azure.Identity

Please describe the feature.

Currently if we find an expired token in shared token credential, we stop attempting next credential.

Let's continue on all dev credentials: do not stop trying with dev credentials until obtaining a valid token or completing the chain

@xiangyan99
Copy link
Member Author

@joshfree joshfree added this to the 2023-06 milestone May 1, 2023
@xiangyan99 xiangyan99 changed the title [FEATURE REQ]Revisit DAC: should we not stop on shared token cache credential if we find an expired one DAC: do not stop trying with dev credentials until obtaining a valid token or completing the chain May 22, 2023
@xiangyan99
Copy link
Member Author

The Python PR: Azure/azure-sdk-for-python#30441

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants