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
Is there a technical reason for only accepting a PSCredential object within Windows PowerShell? As pwsh is able to use PSCredential objects, it would stand to reason this should be used there too...
The text was updated successfully, but these errors were encountered:
@corbob Thanks for raising this issue. You are correct that PSCredential objects can be used with PowerShell Core. However, the .NET Core version of ADAL (the authentication library used in the module) does not support passing in a username and password. This is why the PSCredential method of logging in wasn't exposed in the PowerShell Core version of the module.
Is there a technical reason for only accepting a PSCredential object within Windows PowerShell? As pwsh is able to use PSCredential objects, it would stand to reason this should be used there too...
The text was updated successfully, but these errors were encountered: