問題タブ [wsit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - SecurityTokenService の AlgorithmSuite をプログラムで変更できますか?
ドキュメントにこのスニペットがあるサービスを使用する必要があります。
...構成された STS URL を v1.3 プロダクション エンド ポイントに変更し、STS バインディングの AlgorithmSuite を SecurityAlgorithmSuite.Basic256Sha256Rsa15 に変更する更新プログラムをリリースする必要がある場合があります。
リクエストの方法は次のとおりです。
要求が実行されると、最初に STS で認証され、次に実際の要求が実行されます。リクエストの STS 部分の AlgorithmSuite を変更するにはどうすればよいですか?
STS の WSDL で宣言しようとしましたが、その WSDL を使用してリクエストが実際に何かをロードするとは思いません。