SAML 2.0 を使用して SSO を実行したいID プロバイダーがあります https://github.com/KentorIT/authservices
を使用しています
IdP 構成は次のとおりです:
エンティティ ID: https://xxx.yyy.com/auth
アサーションConsumer Service URL: http://zzz:1111/AuthServices/Acs
自己署名証明書を作成し、ローカル プロジェクトに追加しました。
ローカル構成:
<kentor.authServices entityId="https://xxx.yyy.com/Files/Metadata/IdP/Saml"
returnUrl="http://localhost:8585/">
<identityProviders>
<add entityId="https://xxx.yyy.com/"
signOnUrl="https://xxx.yyy.com/Saml/Login.aspx"
allowUnsolicitedAuthnResponse="true" binding="HttpRedirect">
<signingCertificate fileName="~/App_Data/SelfSignedCertificate-2016-01-10-22-37.cer" />
</add>
</identityProviders>
<federations>
<add metadataLocation="http://localhost:52071/Federation" allowUnsolicitedAuthnResponse="true" />
</federations>
</kentor.authServices>
私はこれで立ち往生しているので、どんな種類の助けにも感謝します。
ありがとう
ギラッド