brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
742 stars 238 forks source link

Using MembershipReboot #589

Closed rpundlik closed 8 years ago

rpundlik commented 8 years ago

Hello Brock,

We are creating a new mvc applications in which we want to implement SSO functionality.

Basically our requirement is we will call the required methods(Login,Register etc.) of MembershipReboot through web api and will get the response at client side. How can we call these methods through web api ?

Can you please explain how MembershipReboot will play a role here ?

If we use MembershipReboot, then setting up identity server is necessary ?

By looking out into the samples we are not able to figure out which approach is better.

Any help on this appreciated ! Rohit

brockallen commented 8 years ago

IdentityServer will give you SSO. Within IdentityServer you will need your user database, and MembershipReboot can manage that piece. As for the many other questions, you should read the docs for IdentityServer.

rpundlik commented 8 years ago

Hello Brock, Thanks for the reply !

Actually after reading the documentation I posted this question. As per you answer, It means IdentityServer and MembershipReboot should be in same project ? If yes, how can I call the MembershipReboot method through web api

Regards, Rohit

brockallen commented 8 years ago

You'd have to build a web api to use MR -- that would be all your code.

rpundlik commented 8 years ago

Thanks for the reply Brock, You mean just like this