Releases: Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2
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
Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers
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
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
Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers
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
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
Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers
Tutorial - Enable your Web Apps to sign-in users and call APIs with the Microsoft identity platform for developers
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
Update to MSAL.NET 4.5 (#194) * Update to MSAL.NET 4.5 * Updating to MSAL 4.5.1