RPでadfsでログインしようとすると、以下のエラーが発生します。いずれも私たちに解決策を教えてください。ADFSログインエラー
フェデレーションパッシブリクエストでエラーが発生しました。
追加データ
プロトコル名:
依拠当事者:
例外の詳細: System.NotSupportedException:MSIS0023:SAML署名タイプ 'http://www.w3.org/2000/09/xmldsig#dsa-sha1' がでHTTPリダイレクトバインディングシリアライザによってサポートされていません。今回。 Microsoft.IdentityServer.Web.ProtocolsでMicrosoft.IdentityServer.Protocols.Saml.HttpRedirectSamlBindingSerializer.ReadMessage(URI requestUrl、NameValueCollectionの形態)でMicrosoft.IdentityServer.Protocols.Saml.HttpRedirectSamlBindingSerializer.CreateFromNameValueCollection(URI baseUrlに、NameValueCollectionのコレクション)で 。 Microsoft.IdentityServer.Web.Protocols.Saml.SamlProtocolHandler.CreateProtocolContextでSaml.HttpSamlMessageFactory.CreateMessage(WrappedHttpListenerRequestのHttpRequest)Microsoft.IdentityServer.Web.Protocols.Saml.SamlContextFactory.CreateProtocolContextFromRequest(WrappedHttpListenerRequest要求、ProtocolContext & protocolContext)で (WrappedHttpListenerRequest要求) (Microsoft.IdentityServer.Web.PassiveProtocolListener.GetProtocolHandler(これは、署名方式がADFSによってサポートされていないことを意味WrappedHttpListenerRequest要求、Microsoft.IdentityServer.Web.PassiveProtocolListener.OnGetContextでProtocolContext & protocolContext、PassiveProtocolHandler & protocolHandler) (WrappedHttpListenerContextコンテキスト)
私はSHA-1フォーマットを受け入れるようにADFSリレーパーティを更新しましたが、同じ問題はまだありません。 – Manikandan
私はRSAアルゴリズムではなくDSAを使用しているという事実を忘れていました。 http://www.w3.org/2000/09/xmldsig#rsa-sha1またはhttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256のいずれかを試してください。 – ComponentSpace
ありがとうございます – Manikandan