I know this question has asked many times on StackOverflow and might be duplicate. I have been reading almost 2 days on SSO, SAML, Identity Server , Kentor Authservices. Now I am able to understand each individual term but I am still not able to connect the dots.
I want to implement Single Sign On (SSO) in asp.net using C# SAML.
- How to implement Identity provider? Do I have to implement on my own? (I will authenticate user against database)
- How to implement service provider?
This might looks silly but I am new to this. Any pointer or help would be appreciated.
Thanks.