Access token request with a certificate - java sample
Hi
I am looking for java example to get access token, and then get secrets from Key vault
https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow
The code samples are only dot net? not java? Not sure why java samples are ignored
I thought the below github is good, but it also failed me
https://github.com/Azure-Samples/key-vault-java-certificate-authentication
I am unable to understand the workings...does it use tenant id and connect to Azure AD and get a token? which couldnt find
Please can some direct me to java example that uses tenant id, client id, scope, certificate and creates authentication context etc