By: harmanjeet singh user 30 Apr 2018 at 11:38 p.m. CDT

2 Responses
harmanjeet singh gravatar
As i already mentioned in [Ticket](https://support.gluu.org/identity-management/5392/skip-authorize-page-after-successful-login/#at32947) that i am using one client for all users . This [issue](https://drive.google.com/file/d/1Qap9W9XXlhq-kmTZ3DYt8i5m4K9ghIrC/view "enter image title here") happens when two or more user hit login at same time and get RedirectUrl using api which redirect user to gluu login screen , for redirecting user back to same page i update client redirect Uris . But in case of multiple hit client redirect uri will be latest that is updated by latest user so in that case this problem occur . For example 4 users came from different pages and hit login which will update client redirect uri but redirect Uri for 4th user will sustained . In that case only 4th user will succeed to return back from where it come other 3 failed and show error like LINK .It happen because redirect url (that is received to hitting getRedirectUrl for login )for first 3 users will not matched with any of the client .

By harmanjeet singh user 03 May 2018 at 12:30 a.m. CDT

harmanjeet singh gravatar
Can you share in what circumstances we need to create more than one client???

By Mohib Zico staff 04 May 2018 at 10:49 a.m. CDT

Mohib Zico gravatar
Harmanjeet, >> Can you share in what circumstances we need to create more than one client??? One app == one client entries in Gluu Server. >> This issue happens when two or more user hit login at same time Hit 'Login' from RP? >> for redirecting user back to same page i update client redirect Uris I never heard anything like this before truly speaking. You are not suppose to modify Redirect_URI which you already registered from certain RP.