By: Kyle Rattet user 12 Jul 2016 at 2:17 p.m. CDT

3 Responses
Kyle Rattet gravatar
Any examples of a node/express webapp that connects and authenticates through Gluu using OpenID Connect? Thanks!

By Michael Schwartz Account Admin 12 Jul 2016 at 2:31 p.m. CDT

Michael Schwartz gravatar
Kyle, a good option is [oxd](http://oxd.gluu.org), which is a "mediator" application (not a proxy) that runs on the same server as your node app, and listens on localhost. The [node library](https://oxd.gluu.org/docs/libraries/node/) supports all the oxd API's for OpenID Connect. - Register - Get Code (get redirect URL to OP) - Get Tokens - Get User info - Logout One issue to look out for... if you start testing with 2.4.3--make sure you use both oxd 2.4.3. There have been a bunch of improvements which are included in the next release of oxd 2.4.4 and Gluu Server 2.4.4 Do you think that will work? Also, please note there is a small license fee for oxd for transactions rates > 2 per second. See [oxd pro](http://oxd.gluu.org/#oxd-pro) information. - Mike

By Meghna Joshi staff 14 Jul 2016 at 5:37 a.m. CDT

Meghna Joshi gravatar
Hello Kyle, You can refer this link [oxd-node repo](https://github.com/GluuFederation/oxd-node). In which "oxd-node" is the library project & oxd-node-client is which you are looking for. Thanks, Meghna Joshi

By Kyle Rattet user 14 Jul 2016 at 8:39 a.m. CDT

Kyle Rattet gravatar
Thanks! I'll take a look.