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

Fix | Throttling of token requests by calling AcquireTokenSilent #1925

Merged
merged 3 commits into from
Mar 14, 2023

Commits on Feb 15, 2023

  1. Address throttling of token requests by calling AcquireTokenSilent in…

    … Integrated/Password flows when the account is already cached.
    
    Addresses issue dotnet#1915
    David-Engel committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8d2560d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Only call acquire token silent for AAD Password if the password match…

    …es the previously used one
    David-Engel committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    81e9b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Add log

    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    lcheunglci and DavoudEshtehari committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    76591e0 View commit details
    Browse the repository at this point in the history