Has ASP.NET Core support Azure Active Directory B2C as a feature yet?
Well, it's not so much .NET Core supporting B2C* as it is just having a sample for B2C. It does work today, we just don't have a dedicated sample for the app case from MS yet. You can make the conversion from samples and docs, such as ...
* It is mentioned in the .NET Blog now for full support for Q4 2016 / Q1 2017: https://blogs.msdn.microsoft.com/dotnet/2016/07/15/net-core-roadmap/
https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-devquickstarts-web-dotnet/
https://github.com/AzureADQuickStarts/B2C-WebApp-OpenIdConnect-DotNet
I imagine that @dstrockis is on the case tho. He is a most excellent :cat2: and provides great samples and docs.
I have a very, very old one (beta7) that gives the general outline of what must be done, but I wouldn't look too closely at it at this late stage: https://github.com/GuardRex/AZUREB2C. There are definitely more recent examples floating around out there, like https://dzimchuk.net/post/setting-up-your-aspnet-core-apps-and-services-for-azure-ad-b2c, https://github.com/dzimchuk/azure-ad-b2c-asp-net-core, https://github.com/pherbel/AzureAd-b2c-aspnet5 , and https://github.com/estiller/AzureB2CWithAspNetCoreSample. Keep an eye on https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-limitations/ as you piece something together.
Closing, not related to identity
Most helpful comment
Well, it's not so much .NET Core supporting B2C* as it is just having a sample for B2C. It does work today, we just don't have a dedicated sample for the app case from MS yet. You can make the conversion from samples and docs, such as ...* It is mentioned in the .NET Blog now for full support for Q4 2016 / Q1 2017: https://blogs.msdn.microsoft.com/dotnet/2016/07/15/net-core-roadmap/
https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-devquickstarts-web-dotnet/
https://github.com/AzureADQuickStarts/B2C-WebApp-OpenIdConnect-DotNet
I imagine that @dstrockis is on the case tho. He is a most excellent :cat2: and provides great samples and docs.
I have a very, very old one (beta7) that gives the general outline of what must be done, but I wouldn't look too closely at it at this late stage: https://github.com/GuardRex/AZUREB2C. There are definitely more recent examples floating around out there, like https://dzimchuk.net/post/setting-up-your-aspnet-core-apps-and-services-for-azure-ad-b2c, https://github.com/dzimchuk/azure-ad-b2c-asp-net-core, https://github.com/pherbel/AzureAd-b2c-aspnet5 , and https://github.com/estiller/AzureB2CWithAspNetCoreSample. Keep an eye on https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-limitations/ as you piece something together.