Ping Federate:获取访问令牌时出错

时间:2019-11-27 09:25:41

标签: pingfederate

我正在尝试使用Ping Federate使用“授权码”授予类型来检索“访问令牌”。

Ping联邦配置有 回调网址, 验证网址, 访问令牌URL, 客户编号和客户机密 范围:openid 但是,当我尝试使用邮递员的“获取访问令牌”功能请求访问令牌时,出现以下错误。

“全局默认访问令牌管理器不可用于所选的客户端和身份验证上下文”

我已经为客户端配置了访问令牌管理器。

任何人都遇到过这样的错误,如果能帮助您,将不胜感激。

PingFederate Logs:
entityId: devenuat (null)

virtualServerId: null

Binding: oauth:authz

relayState:

params: {code=IVFUPjrUIMYVP8Djti9Bkwz3gLDbygS5_nMAAAAC, state=}

Endpoint: http://ec2-34-255-9-65.eu-west-1.compute.amazonaws.com:8080/authentication/login?code=IVFUPjrUIMYVP8Djti9Bkwz3gLDbygS5_nMAAAAC&state= <http://ec2-34-255-9-65.eu-west-1.compute.amazonaws.com:8080/authentication/login?code=IVFUPjrUIMYVP8Djti9Bkwz3gLDbygS5_nMAAAAC&state=> 

SignaturePolicy: BINDING_DEFAULT



2019-11-29 11:20:35,305  DEBUG [org.sourceid.servlet.HttpServletRespProxy] adding lazy cookie Cookie{PF=hashedValue:26e1qHIcgNhYfWhMIqK35xMF_mU; path=/; maxAge=-1; domain=null} replacing null

2019-11-29 11:20:35,305 tid:26e1qHIcgNhYfWhMIqK35xMF_mU DEBUG [org.sourceid.websso.servlet.ProtocolControllerServlet] ---REQUEST (POST)/as/token.oauth2 from 92.123.73.225:

---PARAMETERS---

code:

   IVFUPjrUIMYVP8Djti9Bkwz3gLDbygS5_nMAAAAC

grant_type:

   authorization_code

redirect_uri:

   http://ec2-34-255-9-65.eu-west-1.compute.amazonaws.com:8080/authentication/login <http://ec2-34-255-9-65.eu-west-1.compute.amazonaws.com:8080/authentication/login> 

client_id:

   devenuat

0 个答案:

没有答案