Как сгенерировать запрос аутентификации SAML 2.0 для Аутентификации в ASP.NET MVC?
ОБНОВЛЕНО: Я пробовал Sustainsys.Saml2.Часть файла webconfig приведена ниже.Когда я пытаюсь войти в систему, я получаю исключение "Система не может найти указанный файл.".
<sustainsys.saml2 entityId="http://localhost:58917/Saml2" returnUrl="http://localhost:58917/">
<identityProviders>
<add entityId="~/App_Data/metadata.xml" signOnUrl="https://stubidp.sustainsys.com/" allowUnsolicitedAuthnResponse="true" binding="HttpRedirect">
<signingCertificate fileName="~/App_Data/stubidp.sustainsys.com.cer"/>
</add>
</identityProviders>
<!--<federations>
<add metadataLocation="http://localhost:58917/Federation" allowUnsolicitedAuthnResponse="true"/>
</federations>-->
<!--<serviceCertificates>
<add fileName="~/App_Data/Sustainsys.Saml2.Tests.pfx"/>
</serviceCertificates>-->
</sustainsys.saml2>