Anand
Anand

Reputation: 12152

How to use openid selector in java

How to use openid selector javascript API in java? I have seen openid4java but that is not what I want. I need the same interface as given by openid selector.

Can you provide some sample code?

Upvotes: 1

Views: 462

Answers (1)

Bozho
Bozho

Reputation: 597362

So you want a client-side (swing, applet) openId library for Java? I don't think there is one, because it does not make sense for it to exist - openId is used in web environments (it redirects back to a url, which is not a concept of desktop applications)

If you, on the other hand, want a JSP taglib or a JSF component for that - no, there isn't. But you should be able to use the openid-selector easily with those technologies.

Upvotes: 1

Related Questions