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
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
Error: Get-MsalToken : Cannot convert 'System.Object[]' to the type 'System.Exception' required by parameter 'Exception'. Specified method is not supported.
#53
Open
markdomansky opened this issue
Apr 4, 2022
· 0 comments
I am starting to get these errors occasionally.
I use the disk cache, but clearing the disk cache does not resolve it.
I've been able to temporarily work around this issue by changing this line 299 on get-msaltoken from:
to:
catch {
I know that probably isn't a valid fix, but it at least gets me going and might help others. I haven't noticed any negative side-effects.
The text was updated successfully, but these errors were encountered: