Skip to content

Releases: Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

12 Dec 19:43
Compare
Choose a tag to compare

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

10 Dec 23:04
e04d592
Compare
Choose a tag to compare
Merge pull request #224 from Azure-Samples/tibre/multiTenantSample

Minor refactor

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

13 Nov 07:34
5fc5e04
Compare
Choose a tag to compare
Addressing customer questions (#203)

* Addressing customer questions

* Adding instructions

* fix capitals

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

05 Nov 15:42
Compare
Choose a tag to compare

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

04 Nov 20:45
feb0a2e
Compare
Choose a tag to compare
Attempt to simplify the token cache providers (#172)

* Attempt to simplify the token cache providers
DO NOT MERGE

Ideally we'd want the implementation of the token cache
providers to be simplified. However this is not yet possible
because the MSAL Abstract token cache provider contains a boolean telling
if the token cache is an app or user token cache (so that the key
can be computed).

Ideally we'd want the ITokenCache to tell the application if it's an app token cache or a user token cache.

* Updating the PR now that MSAL.NET's TokenCacheNotificationArgs has a member named IsApplicationTokenCache, brought by https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/1448

cc: @bgavrilMS @jennyf19

* Further simplifying the token cache implementations

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

04 Nov 19:58
a685819
Compare
Choose a tag to compare
Merge pull request #202 from Azure-Samples/jmprieur/msal46

Update to MSAL.NET 4.6

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

01 Nov 23:34
293a6bf
Compare
Choose a tag to compare

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

01 Nov 23:33
293a6bf
Compare
Choose a tag to compare

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

30 Oct 00:41
42a1379
Compare
Choose a tag to compare
Merge pull request #195 from Azure-Samples/tibre/deployImprovements

Added steps explaining token cache on distributed environment

Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers

29 Oct 13:04
c73e6e8
Compare
Choose a tag to compare
Update to MSAL.NET 4.5 (#194)

* Update to MSAL.NET 4.5

* Updating to MSAL 4.5.1