Uh oh!
There was an error while loading. Please reload this page.
Implement public client application global cache - #770
Conversation
03e8907 to
0a4d35cCompare0a4d35c to
f2ba8a3Comparekarinazhou
commented
Oct 22, 2020
Though the testing for this requires human interaction, can we have some comments or sample code somewhere about how to validate it manually? |
DavoudEshtehari
commented
Oct 23, 2020
Assume that there are two active tokens with different access to two databases; The first token with index 0 in the accounts has access to |
The scope of the token is database.windows.net, not the specific database. So using the same token for two databases will be fine. The token identifies the user to the database and database ACL settings determine whether that user is authorized to access the database. There really should never be two tokens in the situation you described. The first token would have been provided when the second was requested from MSAL. |
Uh oh!
There was an error while loading. Please reload this page.
316ea44 to
f2ba8a3Compare
Fixes an issue where driver continues to prompt for credentials when requesting access token for AAD authentication, mainly visible when using Interactive authentication.