문제

나는 SSO 솔루션을 만드는 데 임무를 수행하고있다.a.example.com의 SharePoint 인 b.example.com에 WebForm이 있습니다.SharePoint는 클레임 기반 인증을 사용하고 ADF를 IDP로 사용합니다.

클레임 기반 웹 폼은 SharePoint STS 및 Secure Store를 사용하므로 SharePoint에 이미 로그인 한 후에 로그인이 필요하지 않습니까?

i는 Webform이 ADFS를 통해 직접 인증하지 않도록하는 이유로 언급해야합니다.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top