You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method would allow the script to run without manual intervention – for e.g. scheduled tasks or integration into automated workflows.
The relevant placeholders for tenant ID, application ID, and certificate thumbprint exist in the script but are currently commented out and not integrated into the connection logic for Connect-AzureAD.
The text was updated successfully, but these errors were encountered:
Currently, the script supports connecting to Azure AD using interactive credential prompts.
It should be able to allow certificate based authentication, like explained on this microsoft article:
https://learn.microsoft.com/en-us/powershell/module/azuread/connect-azuread?view=azureadps-2.0
This method would allow the script to run without manual intervention – for e.g. scheduled tasks or integration into automated workflows.
The relevant placeholders for tenant ID, application ID, and certificate thumbprint exist in the script but are currently commented out and not integrated into the connection logic for Connect-AzureAD.
The text was updated successfully, but these errors were encountered: