問題タブ [oidc-client]
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.
identityserver4 - Identity Server 4 AuthorizationContext.PromptModes が空です
oidc-clientライブラリを使用して、独自のIdentity Server 4で認証しています。正常に動作しており、ログイン機能を拡張する必要があります。OIDC パラメータの「プロンプト」を使用したいと思います。パラメーターは、接続/承認エンドポイントに正しく送信されます。Login-Method が呼び出されると、呼び出して AuthorizationContext を取得しようとしています。
_interaction は、IIdentityServerInteractionService のインスタンスです。PromptModes は常に空です。これは私がそれらにアクセスしようとしている正しい方法ですか?
ありがとうございました