Hi, I need help getting the signing to work.
I have the Artifact Signing account setup and verified. I created a public trust certificate.
I assigned the Artifact Signing Certificate Profile Signer role.
However when I run signtool, I get this error:
Submitting digest for signing...
Unhandled managed exception
Azure.RequestFailedException: Service request failed.
Status: 403 (Forbidden)
I double checked the json file and it shows the correct account and certificate name and I have the correct endpoint of https://wus2.codesigning.azure.net
I thought it could be that I am logged into visual studio under a different account, I added this to my json:
"ExcludeCredentials": [
"VisualStudioCredential"
]
But no help there. I also tried:
az logout
az login and picked the correct account to sign in as then tried signtool, but same error.
I can't figure out what the issue is.
How do I trace what is causing the 403 error?