简体   繁体   English

ASP.NET 5 API - Azure AD B2C

[英]ASP.NET 5 API - Azure AD B2C

I'm currently developing an application and almost finished my front-end. 我正在开发一个应用程序,几乎完成了我的前端。 So I want to start with the back-end. 所以我想从后端开始。

I used to program in ASP.NET 4, but since I start a brand new application (B2C and B2B) I thought it might be interesting to make it in ASP.NET 5 API. 我曾经在ASP.NET 4中编程,但是自从我开始一个全新的应用程序(B2C和B2B)以来,我认为在ASP.NET 5 API中创建它可能很有趣。

Now my biggest issue is authentication. 现在我最大的问题是身份验证。 There is no standard implementation provided in the template. 模板中没有提供标准实现。

I'm only interested in Azure AD Authentication and prefer Azure B2C AD for really cutting the edge. 我只对Azure AD身份验证感兴趣,并且更喜欢Azure B2C AD,以便真正削减优势。

I only find documentation to use Azure AD B2C in ASP.NET 4. After hours of searching, I still don't find documentation on using Azure AD B2C in an ASP.NET 5 API. 我只找到在ASP.NET 4中使用Azure AD B2C的文档。经过几个小时的搜索,我仍然没有找到有关在ASP.NET 5 API中使用Azure AD B2C的文档。

Can someone help me finding proper documentation or help me on the way? 有人可以帮我找到合适的文件或在途中帮助我吗?

There is a new article from Microsoft is about Integrating Azure AD into an ASP.NET 5 web app: https://azure.microsoft.com/en-us/documentation/samples/active-directory-dotnet-webapp-openidconnect-aspnet5/ Microsoft的一篇新文章是关于将Azure AD集成到ASP.NET 5 Web应用程序中: https//azure.microsoft.com/en-us/documentation/samples/active-directory-dotnet-webapp-openidconnect-aspnet5 /

I guess this is what you are looking for. 我猜这就是你要找的东西。

By the way, you may also want to check Azure AD B2C limitations and restrictions: https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-limitations/ 顺便说一下,您可能还想检查Azure AD B2C的限制和限制: https//azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-limitations/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM