In the last days I have added a mechanism authentication with WIF (federatedAuthentication) to my solution (.sln). All the web pages are working very good with this mechanism autentication except the clickonce web page.
Before I can see the clickonce web page, I have to enter my user and password, after that I can see the clickonce web page but when I execute the
https://{url}/ClickOnce/app.aplication url it doesn't work and show me an error.
Inside the error details I can see that the url want authenticate again.
But I have entered my credentials before so I don't understand which could be the problem.
I hope to someone can help me.
Thanks.