Java application access to azure keyvault : steps to generate auth token via client certificate -


i have referred following guides setup ad certificate based application connect azure keyvault

https://azure.microsoft.com/en-us/documentation/articles/key-vault-use-from-web-application/

http://www.rahulpnath.com/blog/authenticating-a-client-application-with-azure-key-vault/

http://kamranicus.com/blog/2016/02/24/azure-key-vault-config-encryption-azure/

we have java application running on linux platform , plan call azure keyvault rest api via certificate based authenticate.

do have java based sample snippet generate token via certificate stream ie certificate saved string , passed on fly token generation api. examples in above links assume installed in store

@yogeshorai, according description & previous threads, think sample code in java azure sdk blog want & simple way current scenario, not authenticate certificate access token.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -