关于[Add Authorization to Your ASP.NET MVC 4.x App With OpenID Connect]的摘要:
A common practice in web applications is to have a restricted area for registered users and, perhaps, another for administrators. Whether this restricted access area is premium content or simply the order history for your e-commerce site’s users, it’s important that it be properly secured. OpenID Connect (OIDC) makes it easy, but it can be tricky to set up in ASP.NET MVC framework. In this post, I’ll show you how to create groups and use the authorization framework that comes with ASP.NET.
原文地址: https://dzone.com/articles/add-authorization-to-your-aspnet-mvc-4x-app-with-o