客戶端集成IdentityServer4

1. vs code 終端執行  dotnet new webapi --name ClientCredentialApi 2. 找到ValuesController.cs 引用  using Microsoft.AspNetCore.Authorization; [Authorize] [Route("api/[controller]")] [ApiController]
相關文章
相關標籤/搜索