By: jithin thankachan user 30 Mar 2016 at 5:42 a.m. CDT

3 Responses
jithin thankachan gravatar
I tried to connect wordpress with gluu using openid connect using the Wordpress Openid connect plugin from the wordpress. But It is not retrieving any information from the userinfo endpoint of gluu by saying that the access token is either invalid,expired,revoked or malformed. There is no log information in the log file during the userinfo request handling. please try it and suggest me any solution.

By William Lowe user 30 Mar 2016 at 9:52 a.m. CDT

William Lowe gravatar
Jithin, I'm not sure that the existing WordPress OpenID Connect plugin is properly implemented. We're in the process of releasing our own plugin for WordPress. ETA for final product is end of April. In the meantime, feel free to help us beta test it :) [Docs are here.](https://gluu.org/docs-oxd/plugin/php/cms/wordpress/) Let us know how it goes. Thanks!

By jithin thankachan user 01 Apr 2016 at 8:29 a.m. CDT

jithin thankachan gravatar
Really astonished when received the Response. Thank you. But I am in search for a generic client application that works perfectly with gluu, so that we can create our own plugins for different client applications by imitating its code. Here wordpress is just a choice that we made to test gluu.. we are planning to add different client applications connected using gluu identity management with sso functionality. can you suggest me any code that I can follow in this regard or can you tell me what is the problem with the WordPressOpenidConnect plugin in terms of access token.

By William Lowe user 01 Apr 2016 at 9:25 a.m. CDT

William Lowe gravatar
Jithin, You can build plugins against our [oxD mediator](http://gluu.org/docs-oxd). Thanks, Will