关于[Securing an ASP.NET Core Razor Page App using OpenID Connect Code flow with PKCE]的摘要:
This article shows how to secure an ASP.NET Core Razor Page application using the Open ID Connectcode flow with PKCE(Proof Key for Code Exchange). The secure token server is implemented using IdentityServer4 but any STS could be used which supports PKCE.Code: https://github.com/damienbod/AspNetCoreH...