By: hudson solomon user 18 Aug 2015 at 9:19 a.m. CDT

5 Responses
hudson solomon gravatar
I have a web application and configure with openid connect.If user click login button then it redirects into gluu server login page and user types their credentials then redirect into my application home page.I already achieved this area. But i don't know how to achieve registration process if user click on signup button in my application. Is there any way to achieve that?

By hudson solomon user 22 Aug 2015 at 1:33 a.m. CDT

hudson solomon gravatar
Hi Team, I am waiting for your reply.I need this one to implement my application using openid.

By Mohib Zico staff 31 Aug 2015 at 5:56 a.m. CDT

Mohib Zico gravatar
>> But i don't know how to achieve registration process if user click on signup button in my application. Is there any way to achieve that? How about calling the default registration page of Gluu Server? it's in: https://<hostname_of_gluu_server>/identity/register

By hudson solomon user 31 Aug 2015 at 11:15 p.m. CDT

hudson solomon gravatar
Hi Mohib, After the new user register with gluu-server. How the user redirect from(https://<hostname_of_gluu_server>/identity/register) into my application ?

By Mohib Zico staff 28 Sep 2015 at 2:41 a.m. CDT

Mohib Zico gravatar
>> After the new user register with gluu-server. How the user redirect from(https://<hostname_of_gluu_server>/identity/register) into my application ? You need to configure it from RP side.

By hudson solomon user 29 Sep 2015 at 9:17 a.m. CDT

hudson solomon gravatar
Ok thanks for your reply mohib.