[Bug] PoP auth on macOS gives ServerNonceInvalidSignature
error from Graph endpoint
#761
Labels
ServerNonceInvalidSignature
error from Graph endpoint
#761
Describe the bug
Running the following script works on Windows with WAM, but not on macOS with Company Portal:
https://gist.github.com/pvaneck/d304306a303c8d6ad8ccac52d995f4a8
Instead, on macOS, the request with the PoP token yields a 401 response with the following error:
Any ideas what could be causing this?
To Reproduce
Install the latest
msal
andpymsalruntime
, and run the following script which runs through the PoP authentication flow with Microsoft Graph.https://gist.github.com/pvaneck/d304306a303c8d6ad8ccac52d995f4a8
Expected behavior
The request to the Graph endpoint should yield a 200 response.
What you see instead
A 401 response is returned with a
ServerNonceInvalidSignature
error.The MSAL Python version you are using
msal==1.31.0
pymsalruntime==0.17.1
The text was updated successfully, but these errors were encountered: