Harry Sanderson
Results
1
comments of
Harry Sanderson
It's also worth noting that the secretJSON needs to be encoded using UTF-8. Which can be done in Windows Powershell like this: ```powershell [Convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes($ServicePrincipalJSON)) ```