-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TokenCacheHelperEx.cs Error #157
Comments
Hello! Is PowerShell in Constrained Language mode? Add-Type is not allowed if that is enabled. Cheers! |
Closing this issue. I will look into a way to replace the code compiling. There are currently 2 thigs this is used for; cache logins and proxy. So I need a new solution for those. First one, and what caused your issue, might be solved by a new version of MSAL.DLL. Feel free to reopen this issue or create a new one if you have any other problems with this. Cheers! |
Hey Mikael.
I'm having the same problem as issue #21
I've tried everything I can think of to resolve it, even going as far as pushing an ASR policy with everything turned off, as well as setting ASR exclusions for the path. It's also not permissions as I have Full Control over the file:
Looking at the TokenCacheHelperEx.cs file I see it's supposed to create
%LOCALAPPDATA%\GraphPowerShellManager\MSALToken.bin
and it's not.Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: