The cloud engineer in my organization has set up an Azure KeyVault and a Service Principal. I know the id of this Service Principal, but I also need clientId
, clientSecret
, and tenantId
.
The documentation shows that these variables are exposed to you when you create a Service Principal using Azure CLI, but in my case, there is one already. I don't have the credentials to create a new one, and frankly speaking, I don't need to.
So, how can I retrieve the clientId
, clientSecret
, and tenantId
associated with the existing Service Principal?