diogodamiani / IdentityServer4.Contrib.MongoDB

MongoDB persistence layer for IdentityServer4
Apache License 2.0
111 stars 58 forks source link

User Management #5

Closed mshirishkumar closed 7 years ago

mshirishkumar commented 7 years ago

Hi diogodamiani Could you please help us in integrating user management like register page with identityserver4 and MongoDB.

Thanks

diogodamiani commented 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!

mshirishkumar commented 7 years ago

Thanks diogodamiani. It helps lot.