By: Lasith Haturusinha user 22 Jun 2018 at 12:01 a.m. CDT

2 Responses
Lasith Haturusinha gravatar
Hi Guys, Is it possible to integrate Gluu Server with SecureAuth. Basically we're looking to do a POC where gluu to contact secureauth. The token that the user submits is encrypted with secureauth’s private key and/or gluu’s public key, therefore to validate the token, all gluu needs to do is to try and decrypt the token using secureauth’s public key and/or its own private key. SecureAuth will use OpenIDC. Appreciate if somebody can give a direction to do this. Thanks

By Thomas Gasmyr Mougang staff 22 Jun 2018 at 3:08 a.m. CDT

Thomas Gasmyr Mougang gravatar
You can follow this [link](https://gluu.org/docs/ce/latest/authn-guide/inbound-oidc-passport/) and see if that is what you want. Some required parameters can be found in this [doc](https://docs.secureauth.com/display/90docs/OpenID+Connect+and+OAuth+2.0+Guide).

By Lasith Haturusinha user 24 Jun 2018 at 6:55 p.m. CDT

Lasith Haturusinha gravatar
Thank you, Thomas. Let me go through the link.