KorZijl

Results 5 comments of KorZijl

Hi Claudio, We're using certificate authentication so we pass the PEM-file as the secret value instead of a plaintext secret successfully using version 3.1.16. I've executed the command below and...

Hi Claudio, There are examples to use certificates but they rely on the Windows certificate store (example 7) or on PFX-files (example 9): https://learn.microsoft.com/en-us/powershell/module/az.accounts/connect-azaccount?view=azps-12.3.0#example-7-connect-using-certificates https://learn.microsoft.com/en-us/powershell/module/az.accounts/connect-azaccount?view=azps-12.3.0#example-9-connect-using-certificate-file I need to rethink my...

I tested this again with 3.5.6 and encountered the same behavior as TheOlek.

@Claudio-Merola: I've got similar output using version 3.5.7: ![Image](https://github.com/user-attachments/assets/264fa2ba-7786-481d-b5af-0388e40aa870)

Hi @Claudio-Merola I've tested this client / secret authentication using version 3.5.14 and can confirm it's fixed now. If I have an hour to spare I'll try to make a...