Micke-K / IntuneManagement

Copy, export, import, delete, document and compare policies and profiles in Intune and Azure with PowerShell script and WPF UI. Import ADMX files and registry settings with ADMX ingestion. View and edit PowerShell script.
MIT License
958 stars 171 forks source link

MSAL.PS Authentication and FIDO2 #167

Open ennnbeee opened 9 months ago

ennnbeee commented 9 months ago

Unable to authenticate with an account with FIDO2 key for authentication, this account is a MSP account with access to multiple tenants, but due to passwordless authentication, I can't authenticate as no option to select alternative authentication methods.

MSAL.PS supports the use of FIDO2 keys (https://github.com/AzureAD/MSAL.PS/releases/tag/v4.35.1.3), can this functionality be integrated into the authentication functions?

Micke-K commented 9 months ago

Hello!

Sorry for late replies.

This might be fixed in a later version if MSAL. I haven't updated for a while.

Cheers!

Micke-K commented 6 months ago

Hello,

FYI, I am looking into this a bit and it was a bit more complicated than I thought. Microsoft has stopped supporting MSAL.PS a while back so it was more than replacing a DLL.

Cheers!