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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
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.