我有一个..Net Core项目,它使用Identityserver4作为令牌服务器。目前,我已设置身份服务器4,以处理一些付款通过Coinbase。我想从IdentityServer将一些信息发回我的api。from DI
var confirmTransactionEndpoint = "https://localhost:44377/api/transactions/confirm-payment上,我将我需要
我是IdentityServer4的新手,我正在努力获取用户的identities。目前,我正在通过IdentityServer保护的Claims来显示该API: namespace API01.Controllers [Route("identity")] public class IdentityController : ControllerBase