java中的RPX openID auth_info
我正在使用带有 java 的 RPXnow Openid 服务,但我不知道如何使用令牌调用 api 的身份验证 url,并在同一调用 jsp.Pls 帮助中获取 openid 服务返回的 xml 响应。
I am using RPXnow Openid service with java but I am not getting how to call authentication url of api with token and obtain xml response returned by openid service in same calling jsp.Pls help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Chava,
在 RPX 处理身份验证后,您使用 POSTed 到 token_url 的“token”参数。使用令牌从 servlet 到 RPX 服务进行反向通道 API 调用,并获取 XML 格式的身份验证信息响应。有关工作流程和 API 的更多信息,请参阅 https://rpxnow.com/docs。
干杯,
布莱恩
Chava,
You use the "token" parameter POSTed to your token_url after RPX processes the authentication. Use the token to make a back channel API call from your servlet to the RPX service and get the authentication info response in XML. See https://rpxnow.com/docs for more information about the workflow and API.
Cheers,
Brian