Morning Everyone
Has anyone used PowerBuilder to access an Azure Key Vault secret? In it's simplest form it's a HTTPS Get which is not difficult, but I'm trying to understand the security authentication required. If someone else has cracked this one it would be useful.
Here is a link to various MS code examples: https://learn.microsoft.com/en-us/azure/key-vault/general/client-libraries
OK Update on this stuff. We need to be using a Client Site Certificate (I have created one and given that to the Vault Host). They have given me back this info:
Managed Identity App ID: 9a445d32-8bc3-4e05-bd22-5405d1b5fefd
Tenant ID: d1273393-c6b6-4abf-b2c7-8b199d33b87b
Vault URI: https://kv-fhlbt-cams-dev-scu.vault.azure.net/
I found another thread with a similar question asking how to use the client certificate. The suggestion was oAuth object. I'm trying to understand the terminology here, oAuth has
clientid & clientsecret
How do these relate tot he IDs given above?
Thanks in anticipation
David