2

Password Vault を使用して資格情報をキャプチャして保存する Windows 8 アプリケーションを構築しています。特定のドメインへのすべての HTTPS リクエストにそれらを使用したいと思います。これは単一のリクエストには十分簡単ですが、シームレスにしたいと思います。これらのマシンはドメインに参加していないため、マニフェストでエンタープライズ認証機能を使用できません。私は Web 認証ブローカーを調べましたが、これは OAuth の使用に向けられているようです。

私の質問は、次のいずれかの方法があるかどうかです。

1) Enable Enterprise Authentication and white-list the domain to use
these credentials for (even though these machines are not domain joined)?

2) Use Web Authentication to somehow use
my credentials (that I capture during initial launch) for all HTTPS
requests without OAuth? 

3) If none of the above work, what is the
best way to use credentials that are in the Password Vault for all
HTTP requests to a specific domain, rather than pragmatically
submitting them with each request? (want this to be seamless so I
can write HTML without calling on this JavaScript function each
time.  Thanks!
4

1 に答える 1