In this post, I will share my experience working with Modern Auth customer issues.
Updated Mar 12, 2025
Version 3.0So this doesn't work with 3rd party OIDC/OAuth2.0 providers? Microsoft products can only authenticate through AzureAD or wharever?
=(
The Asp.Net core has support for any OIDC/OAuth provider. Here is a sample - Configure OpenID Connect Web (UI) authentication in ASP.NET Core | Microsoft Learn
The samples shared here is using NuGet Gallery | Microsoft.Identity.Web 4.1.1 package which simplifies usage of Microsoft Entra Provider for OAuth/OIDC. Each OIDC provider may have their own package for Asp.Net core but internally would use the OIDC API's from Asp.Net.