0.4.0-preview
Pre-release
Pre-release
jennyf19
released this
11 Sep 14:43
·
1213 commits
to master
since this release
0.4.0-preview
New Features:
ITokenAcquisition
now exposes the AuthenticationResult
for the user from MSAL. See issue #543 for details.
Now, to use Microsoft GraphServiceClient, you need to reference Microsoft.Identity.Web.MicrosoftGraph or Microsoft.Identity.Web.MicrosoftGraphBeta. See issue #506 for details.
Bug Fixes:
CallWebApiForUserAsync
handles a successful response better. See issue #503 for details.
Microsoft Identity Web can now handle two schemes in web APIs. See issues #429, #468, and #474 for details.
Fundamentals:
Add integration test coverage for web app and web API scenarios. Issues #97, #95, and #102.