質問

SSOソリューションの作成時に任務しています。a.example.comのSharePointには、b.example.comにWebフォームがあります。SharePointはクレームベースの認証を使用し、IDPとしてADFSを使用します。

クレームベースのWebフォームはSharePoint STSとSecure Storeを使用することができますので、ログインはすでにSharePointにログインした後に必要ありませんか?

私は、Webフォームを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