問題タブ [passive-sts]
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.
ws-federation - パッシブ STS 'wreply' が存在しない場合の応答の送信先
「wreply」は、「WS-Federation: Passive Requestor Profile」によるオプション パラメータであり、応答を処理する RP エンドポイントを定義します。
では、そのパラメーターが要求に含まれていない場合、STS はどのようにして応答の送信先を決定できるでしょうか?
私の知る限り、これに対する唯一の解決策は、STS での RP 登録時にリダイレクト URL を提供することを必須にすることです。そして、リクエストに含まれている場合は「wreply」にレスポンスを送信し、そうでない場合は登録済みのエンドポイントに送信します。
それは通常のアプローチですか?