I've run into a strange problem where I'm suddenly getting a Session states do not match error when trying to login in my app using fastapi_aad_auth. Everything was working fine and then I suddenly started getting this error, and I'm pretty sure I haven't changed anything.
I can see that the error is raised from state.py, line 91:
|
raise AuthenticationError("Session states do not match") |
Are you able to provide any information on why there might be a mismatch in session states occurring here? I've tried this on two different computers with two different AAD logins, and it is occurring in both situations. I've tried running locally and it is working fine, so I'm only running into the error on the version that is hosted on Azure. I've tried restarting the Azure Functions app, and that hasn't solved it.
Also, on a different note: my boss has just pointed out that I'm working for the same company as you! I'm working with Sam Murphy.
I've run into a strange problem where I'm suddenly getting a
Session states do not matcherror when trying to login in my app using fastapi_aad_auth. Everything was working fine and then I suddenly started getting this error, and I'm pretty sure I haven't changed anything.I can see that the error is raised from state.py, line 91:
fastapi_aad_auth/src/fastapi_aad_auth/_base/state.py
Line 91 in 4089ca0
Are you able to provide any information on why there might be a mismatch in session states occurring here? I've tried this on two different computers with two different AAD logins, and it is occurring in both situations. I've tried running locally and it is working fine, so I'm only running into the error on the version that is hosted on Azure. I've tried restarting the Azure Functions app, and that hasn't solved it.
Also, on a different note: my boss has just pointed out that I'm working for the same company as you! I'm working with Sam Murphy.