microsoft / MSCloudLoginAssistant

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

Fix issue connecting to Graph using app secret #169

Closed ricmestre closed 6 months ago

ricmestre commented 6 months ago

Currently it's not possible to connect to Graph using app secret since it tries to convert the token to SecureString twice, this PR fixes that and also sprinkles some error handling around.


This change is Reviewable

ricmestre commented 6 months ago

A better fix for this issue has been included in v1.1.4, closing.