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

Why cann`t use GwtUserService or UserService in SsoCallbackServlet in the console? #754

Closed
StevenWash opened this issue Jul 20, 2017 · 1 comment
Labels
Question/support This issue contains a question or request of support on Kapua

Comments

@StevenWash
Copy link

Hi,
I have a problem in how to create a new user in the servlet named SsoCallbackServlet in the console.I want to use the accessToken in the method named doGet in the SsoCallbackServlet to create a new user ,and then use the UserService to store the new user into the user table.But ,it occurred errors like that:
image
And then ,I tried to use GwtUserService to do the same things above, and ,it occurred errors llike above.So,I want to ask how to create a new user using the infomations from the accessToken after the SsoCallbackServlet was called.
Thank you very mush!

@ctron
Copy link
Contributor

ctron commented Jul 20, 2017

Please have a look at the modules kapua-security-registration. They do exactly that.

@ctron ctron closed this as completed Jul 20, 2017
@Coduz Coduz added the Question/support This issue contains a question or request of support on Kapua label Aug 10, 2018
@Coduz Coduz moved this to Resolved in Elipse Kapua Q&A & Support Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question/support This issue contains a question or request of support on Kapua
Projects
Development

No branches or pull requests

3 participants