By: Arlon Antonius user 29 Dec 2017 at 9:12 a.m. CST

1 Response
Arlon Antonius gravatar
Hi there, I've been trying to integrate Gluu with PHP in an SSO manner. However, any information related to this leads to OXD. I was wondering if there is any information on integrating Gluu with PHP to create a SSO solution without having to use OXD. Kind regards, Arlon

By Michael Schwartz Account Admin 29 Dec 2017 at 12:13 p.m. CST

Michael Schwartz gravatar
1. You should consider using [mod_auth_openidc](https://github.com/zmartzone/mod_auth_openidc) which Gluu supports. Or if you prefer nginx, use [lua-resty-openidc](https://github.com/zmartzone/lua-resty-openidc). In this case php would pick up the user info from the environment variables. 2. You could take a look at [phpOIDC](https://bitbucket.org/PEOFIAMP/phpoidc) from NRI, which has been certified. If you have any luck with phpOIDC, please write a blog and post a link to this issue.