Closed mshirishkumar closed 7 years ago
Hi,
It's not responsibility of IdentityServer to deal with user management. You can use ASP.NET Identity to do this and customize it's stores to use MongoDB.
To integrate IS4 with ASP.NET Core Identity you can use this library.
I hope it helps!
Thanks diogodamiani. It helps lot.
Hi diogodamiani Could you please help us in integrating user management like register page with identityserver4 and MongoDB.
Thanks