java中的RPX openID auth_info

发布于 2024-08-04 12:38:17 字数 108 浏览 11 评论 0原文

我正在使用带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉服软 2024-08-11 12:38:17

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文