Question

I know from WSO2 ESB documentation that there is an OAuth mediator:

http://docs.wso2.org/wiki/display/ESB450/OAuth+Mediator

Is it also possible to have an OpenID mediator in ESB mediation sequence? I've searched WSO2 docs and googled, but found only this blog post about OpenID authenticator for Tomcat, that is better placed in WSO AppServer, I think:

http://blog.facilelogin.com/2008/11/openid-authenticator-for-tomcat.html

The download link in this blogpost is broken, so second question is:

Is it possible to have OpenID authenticator in WSO2 AS?

Thanks for any tips!

Was it helpful?

Solution

For First Question!

OpenID is about authentication (ie. proving who you are), OAuth is about authorization (ie. to grant access to functionality/data/etc.. without having to deal with the original authentication).

OAuth could be used in external partner sites to allow access to protected data without them having to re-authenticate a user.

So What is your use Case of having OpenID as a Mediator?

For Second Question! Yes it is possible, Wso2 has OpenID as authenticator in carbon platform, please refer to this! How to install it!

and if you wonder how to make use of SSO in carbon products Please refer to this

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top