RPX openID auth_info in java

321 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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