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

Prevent redundant discovery requests #351

Open
chlowell opened this issue Sep 28, 2022 · 0 comments
Open

Prevent redundant discovery requests #351

chlowell opened this issue Sep 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@chlowell
Copy link
Collaborator

Public and confidential clients send redundant discovery requests because silent and non-silent (audible? 😛) authentication request and cache discovery metadata independently. For example, AcquireTokenOnBehalfOf
first attempts silent authentication, which requests instance metadata and caches it with storage.Manager. When silent auth fails, it then requests a token from the STS via oauth.Client, which requests instance and tenant metadata and caches it on an instance of oauth.authorityEndpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant