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
I was using the emulator to test our Azure SaaS integration development. And when I switched to azure token usage ("REQUIRE_AUTH": "true"), it stopped working and gave me 401 all the time. As it was in the docker desktop, I had to run it locally to be able to debug. And found that in line 33 of check-token.js there is 'req.headers.authentication' instead of 'req.headers.authorization'. It does not work with correct tokens. After fixing it works as expected
The text was updated successfully, but these errors were encountered:
Hello!
I was using the emulator to test our Azure SaaS integration development. And when I switched to azure token usage ("REQUIRE_AUTH": "true"), it stopped working and gave me 401 all the time. As it was in the docker desktop, I had to run it locally to be able to debug. And found that in line 33 of check-token.js there is 'req.headers.authentication' instead of 'req.headers.authorization'. It does not work with correct tokens. After fixing it works as expected
The text was updated successfully, but these errors were encountered: