Re: Simple OpenId question re: multiple verifiers

2012-06-11 Thread Richard Berger
FWIW - I have come to the conclusion that in the context of using Restlet and
the OpenId extension there is no way to specify multiple verifiers.  (In
other words, build a Restlet web app that provides users with a choice of
OpenId providers to use and then once authenticated allows the web app to
interact via OAuth2 with the REST objects).

It would be great to know that I am wrong... (or that I am going about
things totally backwards)

Thanks,
RB

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Simple-OpenId-question-re-multiple-verifiers-tp7578042p7578073.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2970503


Simple OpenId question re: multiple verifiers

2012-06-01 Thread Richard Berger
Using the instructions at
http://wiki.restlet.org/docs_2.1/13-restlet/28-restlet/404-restlet.html I am
able to use OpenId4Java to provide Google based authentication.   In
particular, the line:

OpenIdVerifier verifier = new
OpenIdVerifier(OpenIdVerifier.PROVIDER_GOOGLE);

Does much of the magic.  There are other OpenIdVerifiers - such as
OpenIdVerifier.PROVIDER_YAHOO and I can use that one also.  But what if I
wanted to give users a choice of several OpenId providers (a common site
when I need to login somewhere on the interwebs).  

Is this possible?  (I have this feeling I am missing something obvious).

Thanks in advance!
RB

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Simple-OpenId-question-re-multiple-verifiers-tp7578042.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2968268