Link to home
Create AccountLog in
Avatar of branded00
branded00

asked on

Securing a ClickOnce Deployment

I am trying to secure a ClickOnce deployment - the publish page, specifically.  

I would like to use Integrated Windows Security.  When I set this up, the user can get to the publish page fine after being prompted for their domain/username/password, but the installation will fail because I guess the app looks at the users original credentials instead of the ones they were just prompted for and they get an "Unauthorized" error.

Is there a way to fix this?  If not, what would be a good way for securing this (that is easy to administer) so that the user is validated before they can access the publish.htm page?
Avatar of meverest
meverest
Flag of Australia image

what is this 'clickonce'?  Have you tried seeking support from the supplier?

Cheers.
ASKER CERTIFIED SOLUTION
Avatar of jsakhtar
jsakhtar
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of branded00
branded00

ASKER

Deploying the client certs was the only way we could do it.