Sure
I would like to have an option in the Adaxes portal for people to create Guest accounts in our Azure tenant so that they can invite external people to collaborate on Teams.
As there is no native way to do this yet, I can write a custom command to connect to AxureAD PowerShell and programatically create this account, but the last time I tried to use the AzureAD module with Adaxes I ran into an issue because with modern authentication it wasn't possible to use "Connect-AzureAD" without entering the password in a pop up.
Our Adaxes service account has permission to Azure and MFA is turned off for it so I was wondering if there was a way to use this with Connect-AzureAD without the password prompt?
I hope this makes sense?