oauth 2.0 - Use Google Credentials to Login in to the SharePoint 2013 Foundation server without using Azure Access Service (ACS) -


i want achieve open authentication in sharpoint 2013 without acs. here scenario.

i have fba configured site in sp2013. have created 1 custom login page used provide 3 buttons user

1.sharepoint login 2.google 3.microsoft

1.sharpoint login when user click on button, redirect standard sharepoint login page drop down windows authentication , forms based authentication.

  1. google (need this) when user click on button, should open page or user should redirected page google ask allow deny buttons user. according selection , user should provided , access sharepoint site.
  2. microsoft (need help) same above redirect microsoft login page.

please this. dont want use paid products or acs.

thanks

you can write own security token service register in sharepoint trusted token issuer.

but authentication 1 part provide access users. if want authorize single user microsoft or google, need write custom claim provider provide identities authorization.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -