AzureAD / MSAL.PS

MIT License
159 stars 29 forks source link

Could we enhance PowerShell engine with modern authentication #17

Closed iSazonov closed 3 years ago

iSazonov commented 3 years ago

I am contributor in PowerShell Core project and my question is what could we add to PowerShell to make a support of the modern authentication better?

I can think about the alternative to Credential parameter in remoting like:

New-PSSession -MSALToken $token

Perhaps you have more thoughts how we could enhance PowerShell engine with modern authentication.