Hi,
I am trying to write a REST API call to download my Key Vault secrets using a bash script. I am having an issue with making a HTTP POST request to get the Access Token to gain access to the Key Vault resource. The endpoint I am using to get the Access Token is "https://login.microsoftonline.com/<TenantID>/oauth2/token", but I am getting an error response that it cannot find my Tenant ID. Im assuming this is because I am using ASDK and not a full Azure Stack Hub? Which endpoint uri should I be making my POST request to get my access token? If anyone has any documentation on this for ASDK that would be really helpful.
Thanks,
Matt