Pregunta

Estoy encargado de crear una solución SSO.Tengo formas web en a.example.com, SharePoint en b.example.com.SharePoint usa afirmaciones basadas en Auth, y utiliza ADFS como IDP.

¿Puede la forma web basada en reclamaciones, use el SharePoint STS y Secure Store, por lo que no se requiere el inicio de sesión después de que ya hayan iniciado sesión en SharePoint?

Debería mencionar, por alguna razón, no deben tener la forma web autenticada directamente a través del ADF.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
scroll top