microsoft / MSCloudLoginAssistant

PowerShell Module Handling Authentication to Cloud Services
https://www.powershellgallery.com/packages/MSCloudLoginAssistant/
MIT License
76 stars 50 forks source link

Fixes #134 - Connect-MSCloudLoginMSGraphWithUser missing profile parameters #135

Closed mlhickey closed 1 year ago

mlhickey commented 1 year ago

To support CredentialsWithApplicationId, adds missing TenantId and ClientId parameters to Connect-MgGraph connection command.

Changes requested Scopes to generic .default


This change is Reviewable