User1259642964 posted
Hi. I have implemented a Web API with ASP.Net Identity JWT Authentication to serve as a authentication server.
Supposing i have several mobile apps consuming their own resource servers and each of them relying on the authentication server just for user registration/login/reset, i don't see a way of preventing having the same form for registration, login, password
reset, on all mobile apps, even if the programming logic of the authentication is on the auth server.
Could you tell me please nowdays how are the giants implementing this? Or even if you have any other suggestions of how the workflow could be?
Thank you.