問題タブ [pre-authentication]

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.

0 投票する
1 に答える
185 参照

soap - Web アプリケーション プロキシを使用した SOAP 認証で Organization.svc を使用する

CRM Dynamics 2016 オンプレミス (IFD 構成済み) があり、SOAP 認証を介して Cordova モバイル アプリケーションから CRM にアクセスし、サービス "Organization.svc" を使用してデータを取得または設定します。これまでのところ、すべて正常に動作しています。Web アプリケーション プロキシを追加した後、トークンの ADFS への呼び出しは引き続き機能し、有効なトークンを返します。ただし、サービス「Organization.svc」を使用する 2 番目のステップはブロックされます。Web アプリケーション プロキシは呼び出しを ADFS ログイン ページにリダイレクトしますが、これはもちろん私が望んでいるものではありません。問題の根本は、HTTPRequest で送信している SAML トークンをプロキシが「読み取る」ことができないという事実にあると思います。誰かがそれを解決する方法を考えていましたか?

0 投票する
0 に答える
227 参照

magento - Magento の注文がペイパルで期限切れになりました ?? magento で期限切れの注文を再承認するにはどうすればよいですか?

magento で注文を再承認するのにうんざりしています。ペイパルエクスプレスチェックアウトを使用してマジェントで注文を再承認するにはどうすればよいですか。あなたの答えを説明して、私の問題を解決してください。ありがとう

0 投票する
0 に答える
534 参照

spring - How to implement Spring's pre-authentication header-based in iframe?

I am new in spring secuirty. I have developing two different application app1 and app2. App1 sending a header request (SM_USER) to App2. Which is working fine with pre-authentication process using SSO. But when I have calling this App1 to load App2 url in iframe we get login page in iframe. Our code as follows

App1 code -HTML

App1 code- Controller

And my SSO function details as follows App2 code

App2 code - Controller

Please help ....