Bill Wert

Results 33 comments of Bill Wert

Hello @eblis! Microsoft Entra ID only supports RSA algorithms, as documented [here](https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/certificate-signing-options#certificate-signing-algorithms) and [here](https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-self-signed-certificate).

Hi @BuperS - from an Identity standpoint what you have is correct. (As you'd expect as it works outside of ES.) Have you tried running with [logging enabled](https://learn.microsoft.com/en-us/azure/developer/java/sdk/logging-overview)? I am...

Hello @Aranipavan123! I have a few questions: 1) What version of `azure-identity` are you using? 2) Where and how are you constructing the `ClientSecretCredential` that you're giving to your `SecretClient`?...