Abhidnya
Abhidnya
Refresh_In (token response) support. This feature allows the service to control when MSAL should attempt to refresh the access token (ahead of its expiration) [API Review](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=%2FRefreshAtExpirationPercentage%2Foverview.md&version=GBdev&_a=contents)
Link to an internal work item [here](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1228721)
Proof of Possession is intended to ensure that the client that requests a token is the only client that can use the token. Link to the internal work item [here](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1228679)...
Our builds show this warning : ```##[warning]The windows-2016 environment is deprecated and will be removed on March 15, 2022. Migrate to windows-latest instead. For more details, see https://github.com/actions/virtual-environments/issues/4312 ``` Link...
https://identitydivision.visualstudio.com/Engineering/_workitems/edit/823225
Make sure silent token acquisition works for MSA passthrough scenarios in MSAL libraries [Internal work item](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/937974)
_**Note:** [MSAL.NET work item](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2463), was completed and can be used as reference implementation._ **Is your feature request related to a problem? Please describe.** When developers want to implement self-service sign...
This issue records some relevant information when we pick up the TenantProfile work in this repo. * [Account & Tenant Profiles: Resolving account vs what we see in id_tokens](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview/pullrequest/760?_a=files&path=%2FAccountDomainModel%2FOverview.md) (Internal...
https://identitydivision.visualstudio.com/Engineering/_workitems/edit/824884
* documented in [its release blog post here](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/msal-net-4.1#getaccounts-and-acquiretokensilent-are-now-less-network-chatty), * its original issue [this one](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1174) and [that one](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1040), * the [internal design review](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview/pullrequest/859?_a=files), * and also [its implementation part1](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/1221) and [part...