By: Phil Meredith user 05 Aug 2017 at 8:50 p.m. CDT

4 Responses
Phil Meredith gravatar
I have Drupal 8 site up and working using gluu sso module (retrieved from github) with acr set to ldap, however I do not see new users or user information being pushed to gluu server when new users are added on Drupal site? gluu server: - SCIM enabled - scopes added - email, profile, openid, and others - preauthorization set to true client - Drupal8 - OpenID gluu sso enabled and registered with gluu server - acr set to ldap and redirect to gluu login page working - enrollment set to automatic registration - default role set to 'Regular User' I am willing to help and work with you to improve Drupal 8 module.

By Mohib Zico staff 06 Aug 2017 at 1:50 a.m. CDT

Mohib Zico gravatar
Can you please double check [Enroll and Access Management](https://gluu.org/docs/oxd/3.0.1/plugin/drupal/#enrollment-and-access-management) to see if you haven't missed anything?

By Phil Meredith user 06 Aug 2017 at 8:47 a.m. CDT

Phil Meredith gravatar
Thank you for your reply.. the instruction are for existing users already on gluu server. My question is how do I push new user accounts to gluu server after they register on Drupal 8 client site? And there are no token, cookie, key, or anything being appended to URL when user are redirected to ox server for login? I'm also experimenting with simple_oauth (drupal) module to see if I can get redirection working with proper url (which is supposed to be long, right?)

By William Lowe user 06 Aug 2017 at 9:40 a.m. CDT

William Lowe gravatar
Hi Phil, I think there are a few ways to go about this.. 1. Customize the drupal registration page to use scim to send user information to the gluu server; 2. Write a custom registration page that uses scim to send user data to the gluu server; 3. Send users directly to the gluu server registration page. One way or the other you have to register the user in the gluu server. This is something we can think about further with future versions of the plugin. If you have any ideas I would be happy to hear them. Feel free to leave feedback here. Thanks! Will

By Michael Schwartz Account Admin 07 Aug 2017 at 2:22 p.m. CDT

Michael Schwartz gravatar
If you register users in the Gluu Server, then perhaps enable auto-enrollment in Drupal? If you want to register in Drupal, I agree you need to make a SCIM `POST` request to add the user in Gluu. If you come up with a good solution, please email us to let us know. If you're interested in writing a guest blog, we'd love to post more information about integrating Gluu and Drupal. Closing this issue for now, but please post here if you have more questions.