Domanda

Sono incaricato di creare una soluzione SSO.Ho WebForm su a.example.com, SharePoint su b.example.com.SharePoint utilizza Auth Auth rivendicazioni e utilizza ADFS come IDP.

Può la webform basata sulle rivendicazioni Utilizzare la SharePoint STS e Secure Store, quindi il login non è richiesto dopo aver già effettuato l'accesso a SharePoint?

Dovrei menzionare, per qualche ragione non devono essere autenticati direttamente attraverso l'ADFS.

È stato utile?

Soluzione

Can the claims based webform use the sharepoint STS and Secure store, so login is not required after they have already logged in to Sharepoint?

No, what you should do is use ADFS for authentication in your web forms app. If you run FedUtil and configure your web forms app it'll wire up all you need.

SharePoint routes to ADFS, so your custom web forms app should use the same.

The Secure Store Service is only really used to store things like Credentials, and nothing really (aside from Excel Services) can use it for authentication.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top