I have integrated DotenetOpenAuth to login using google account.
Its working perfect.
Can i achieve this with it ?
Once user logged in site1.com if user browse to site2.com the user get automatically logged in.
I have integrated DotenetOpenAuth to login using google account. Its working perfect. Can i
Share
DotNetOpenAuth includes a
Samplesdirectory. There areOpenIdWebRingSsoProviderandOpenIdWebRingSsoRelyingPartyprojects which, I believe, do exactly what you want to achieve. Though, you have to implement your own central SSO provider.