tmaestrini / easyGovernance

governance and validation for configuration baselines in M365 – made as easy as possible
MIT License
13 stars 4 forks source link

Redefine general authentication process #26

Closed tmaestrini closed 3 months ago

tmaestrini commented 5 months ago

In order to redefine the entire authentication process, we should initialize a global authenticated session to Microsoft Azure. From there, all needed connections can get valid access token with given scope.

tmaestrini commented 3 months ago

I'm about to implement an "unattended scenario" where you can start the whole validation process from an unattended service account. To support this, it is necessary to implement an authentication scenario via credentials so that validation can be executed regularly in a pipeline.

tmaestrini commented 3 months ago

Need to add another authN method according to request of @dako365 in https://github.com/tmaestrini/easyGovernance/issues/31#issuecomment-2184055364