Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Create user on provider #520

Open
nanu-c opened this issue Mar 12, 2024 · 0 comments
Open

[Enhancement] Create user on provider #520

nanu-c opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement Issues & PRs related to new features.

Comments

@nanu-c
Copy link

nanu-c commented Mar 12, 2024

Is your feature request related to a problem? Please describe.
When a user purchases something on woocomerce, a new wp user account can be created. This user should be synced to keycloak.

Describe the solution you'd like
Add a new function to OpenID_Connect_Generic_Client_Wrapper to create a oidc user and trigger a email verification action.

Describe alternatives you've considered
Use the keycloak registration form to register but it's inconvenient for the customer to be redirected somewhere else. So i would like to reuse the user creation flow of woocomerce and hook into the user_register hook -> https://wordpress.stackexchange.com/questions/83866/can-i-hook-into-user-registration-before-a-user-is-created

@nanu-c nanu-c added the enhancement Issues & PRs related to new features. label Mar 12, 2024
@nanu-c nanu-c changed the title Create user on provider [Enhancement] Create user on provider Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues & PRs related to new features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant