yashpalslathia21

Results 4 comments of yashpalslathia21

Any update on this issue? I am also facing same issue..I am using using azure-identity library with version 1.12.0. I have followed all the steps to enabled workload-identity as mentioned...

Changed the code like this - TokenCredential managedIdentityCredential = (new ManagedIdentityCredentialBuilder()).clientId(clientId) .build(); String accessToken = ((AccessToken) managedIdentityCredential.getToken((new TokenRequestContext()) .addScopes(new String[] { "https:///.default" })).block()) .getToken(); Still getting error like this -...

Hi, I need to use the workload identity flow with Azure database for MySQL single server. I don't need to use the vault as it is not a requirement for...