Good morning Support, I'm trying to connect to our AzureAD service as specified in the GetAzureAuthAccessToken(String)
section ofCloudServices SDK - https://www.adaxes.com/sdk/CloudServicesScriptContextClass/, but this fails with the following error:
Cannot validate argument on parameter 'AccountId'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. Stack trace: at <ScriptBlock>, <No file>: line 22
I've been able to confirm that the AccountID returns as the following object:
Softerra.Adaxes.Adsi.CloudServices.Office365.AdmO365UsernamePwdTenantCredential.AppId
Unfortunately I have no other reference to consult in my company's environment, so im not sure what I should be looking for.
At the end of the day, I'm working on a process to simply remove users from Cloud groups.
Thank you!