ConsultUtah
ConsultUtah

Reputation: 6809

Enabling In-browser elevated trust

I'm trying to get in-browser elevated trust to work and having an issue. I've:

  1. Purchased a certificate
  2. Signed the xap with that certificate
  3. Added AllowElevatedTrustAppsInBrowser=1 in the registry

Yet the app still doesn't think it is running in elevated trust. Any ideas on what I might be missing?

Running off localhost, of course, works because it doesn't require any of the above.

Screenshots included below as proof.

enter image description here Certificate Store

Upvotes: 2

Views: 4009

Answers (2)

xuantuan58
xuantuan58

Reputation: 1

Make sure to put the AppManifest.xaml along with the .xap file. I got the same problem, and it solved by having the .xaml. This is an old post, but hope it will help some one having the same problem.

Upvotes: 0

Silver Solver
Silver Solver

Reputation: 2320

So you have your certificate from a trusted publisher. You have signed the XAP. You have installed the certificate on the client computers.

Have you configured the registry on the client as described in this post?

You can also configure the registry settings using Group Policy

Upvotes: 1

Related Questions