Hi,
Need help with how to make a oAuth2.0 authentication with Azure login API (first call where we generate the access token - https://login.microsoftonline.com/tenantid/oauth2/v2.0/token) using certificate in key vault.
I need to use client assertion instead of client secret to generate the access token. Any idea how we could generate client assertion in Java for Azure. Any help with some Java code snippet would be helpful. I know its JWT token signed with certificate key.
Thanks in advance.
Thanks,
Shiv