i am getting state mismatch in chrome only although the code works fine in firefox #151
|
i am using azure to login to my flask app this is my login and this is auth_response to be executed after login in auth_response i am getting state mismatch in chrome only but works fine in firefox |
Answered by
rayluo
Jul 8, 2024
Replies: 3 comments 2 replies
|
Your code snippet was derived from a very old version of our sample. Please take a look at the latest implementation; your first reaction now may be reluctant to start over, but that is likely easier than debugging your old app, because the new usage pattern is vastly simplified. Please reply back if you still run into any issues. |
2 replies
Answer selected by
rayluo
|
thanks |
0 replies
|
@rayluo hi , first thanks everything is working fine now , i just have one simple question , now the auth_response function is not being called after login like before , although i put it in redirect_uri |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your code snippet was derived from a very old version of our sample. Please take a look at the latest implementation; your first reaction now may be reluctant to start over, but that is likely easier than debugging your old app, because the new usage pattern is vastly simplified. Please reply back if you still run into any issues.