- 
                Notifications
    You must be signed in to change notification settings 
- Fork 316
Fix | Throttling of token requests by calling AcquireTokenSilent #1925
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
Conversation
… Integrated/Password flows when the account is already cached. Addresses issue dotnet#1915
| Codecov ReportPatch coverage:  
 Additional details and impacted files@@            Coverage Diff             @@
##             main    #1925      +/-   ##
==========================================
+ Coverage   70.68%   70.78%   +0.10%     
==========================================
  Files         292      292              
  Lines       61727    61805      +78     
==========================================
+ Hits        43629    43747     +118     
+ Misses      18098    18058      -40     
 Flags with carried forward coverage won't be shown. Click here to find out more. 
 ... and 19 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…es the previously used one
        
          
                ...crosoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs
          
            Show resolved
            Hide resolved
        
      Co-authored-by: DavoudEshtehari <[email protected]>
…net#1925) * Address throttling of token requests by calling AcquireTokenSilent in Integrated/Password flows when the account is already cached. Addresses issue dotnet#1915 Co-authored-by: Lawrence Cheung <[email protected]> Co-authored-by: DavoudEshtehari <[email protected]>
…net#1925) * Address throttling of token requests by calling AcquireTokenSilent in Integrated/Password flows when the account is already cached. Addresses issue dotnet#1915 Co-authored-by: Lawrence Cheung <[email protected]> Co-authored-by: DavoudEshtehari <[email protected]> # Conflicts: # src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs
…net#1925) * Address throttling of token requests by calling AcquireTokenSilent in Integrated/Password flows when the account is already cached. Addresses issue dotnet#1915 Co-authored-by: Lawrence Cheung <[email protected]> Co-authored-by: DavoudEshtehari <[email protected]> # Conflicts: # src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs
Address throttling of token requests by calling AcquireTokenSilent in AAD Integrated/Password flows when the account is already cached.
Addresses issue #1915
For reviewing the changes, hiding whitespace produces a slightly easier to read diff.