Microsoft.ApiManagement/service/certificates is asking for a password after giving the Kv secretIdentifier and ClientId

Es.Dev 1 Reputation point
2022-11-25T14:23:55.897+00:00

Hello all,
I have a secret in Kv, and trying to get it to Api management as a certificate,
The managed identity is already in place, but when I deploy (bicep template) I get an error message:
"details": [
{
"code": "ValidationError",
"message": "The specified password is incorrect."
}
]

any idea why I'm getting this? or maybe where the password must be placed.

Thank you

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sonny Gillissen 3,346 Reputation points
    2022-11-26T21:58:52.447+00:00

    Thanks for reaching out!

    Is the Managed Identity added to the Access Policy of the Key Vault with (at least) 'Get' rights for certificates?
    If this is the case, please share your Bicep template for further investigation.