Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate-Based Authentication Support #1

Open
madic-creates opened this issue Feb 29, 2024 · 0 comments
Open

Certificate-Based Authentication Support #1

madic-creates opened this issue Feb 29, 2024 · 0 comments

Comments

@madic-creates
Copy link
Owner

madic-creates commented Feb 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant