You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I add this as a client certificate credential to authenticate as a given Azure App Registration?
In the Azure Portal, I could upload the certificate here:
Alternatively, in Terraform I could use the azuread_application_certificate resource to attach a client certificate to a given application.
However, I can't see how to do the equivalent in Ansible.
My best guess is that I should use the key_value parameter for azure_rm_adapplication?
But it's not super clear in the docs that this is the case.
SUMMARY
I'm trying to understand how I can add a certificate to an Azure App Registration.
Suppose I have generated a client certificate on the server as follows:
How can I add this as a client certificate credential to authenticate as a given Azure App Registration?
In the Azure Portal, I could upload the certificate here:
Alternatively, in Terraform I could use the azuread_application_certificate resource to attach a client certificate to a given application.
However, I can't see how to do the equivalent in Ansible.
My best guess is that I should use the
key_value
parameter for azure_rm_adapplication?But it's not super clear in the docs that this is the case.
I note that azure_rm_adpassword appears to be equivalent to Terraform's azuread_application_password. But I can't see the equivalent for client certificates.
ISSUE TYPE
COMPONENT NAME
azure_rm_adapplication
ANSIBLE VERSION
The text was updated successfully, but these errors were encountered: