superlazycoder

Results 2 comments of superlazycoder

I "Literally" just ran into this issue. I solved it by replacing the files. create and open the folder in question. ``` mkdir -p /usr/local/Cellar/libosinfo/1.7.1/share/libosinfo/ cd /usr/local/Cellar/libosinfo/1.7.1/share/libosinfo/ open . ```...

msal gives a token that can be validated. msGraph gives a token that cannot. msGraph requires the token that cannot be validated to obtain any graph data. If you call...