关于[Securing ASP.NET Core Web Application]的摘要:
In this part of the series, we are going to learn how to secure our web application (a client application) by using the Hybrid flow. We are going to start by introducing our pre-created client application. Then, we are going to learn how to modify the in-memory configuration to support our new client application. Of course, we are going to talk about authentication using Hybrid flow and the way to sign out from our application. Finally, we are going to show you how to use /userinfo endpoint, to get additional claims in the token.
原文地址: https://code-maze.com/hybrid-flow-securing-aspnetcore-web-application/