Hi,
I getting an error “Invalid state [error code: unknown]” in my wordpress.
I installed “Login by Auth0” plugin on the WordPress site. The use case is as follow:
- login on the WordPress site
- redirected to Auth0 universal login
- authenticated and redirected back to WordPress
but when I back to WordPress, it comes up the error: Invalid state [error code: unknown]
I check logs and it says “Success Login”
I get the har file. and find something strange is that it says it is Invalid state after “auth0_state=deleted” is set.
I am not sure if the process is correct…
What I want to do is use a SAML connection and authenticate in the Database Connection.
In the logs, it seems it works since i see it is “Success Login”
is there somewhere I gone wrong?