Hi,
I created a new asp.net mvc 5 website where I am using asp.net identity to authenticate and authorize users.
I am using my custom db here. This all works fine. Now I have been reading in many places using of Oauth and owin where I
am a little confused and have few questions:
- Is Oauth only used if we want to use third party apps like google etc to login into our system?
- Do we have to setup anything extra (server etc) if we are using this?
- I have a public facing website where I want to use this, would this have any performance issues?
Would appreciate some inputs.
Thanks