I have been looking at http://code.google.com/p/openid4java/wiki/SampleConsumer and it is hardcoded to work with type "fetch_request
". Does it matter which type one wants, is there a way to tell or can one just use Fetch requests.
views:
30answers:
2
A:
Many OPs are now advertising which extensions they support in their XRDS files. DotNetOpenAuth for example automatically uses sreg or AX depending on what the OP claims support for and this works in practive very well.
I am not familiar with openi4java though, so I can't say how easily you'll be able to do that for that library.
Andrew Arnott
2010-05-04 19:13:28
A:
It seems that there is no definitive way to predict or request prior to a request what format the attributes will be returned. Therefore one must test all the various extension attribute types.
mP
2010-05-05 21:24:18