Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm struggling to setup oauth2/OIDC authentication with sqladmin (in the end I'd like to let users with a specific userdata-attribute login to my backend). In my case I'm using authlib.
when I try to visit /admin I get the following error:
authlib.integrations.base_client.errors.MismatchingStateError: mismatching_state: CSRF Warning! State not equal in request and response.
does someone know why this is happening? Or what would be the right approach to use oauth2/OIDC with sqladmin?
Thanks in advance for any help. Best Regards
Simon
Beta Was this translation helpful? Give feedback.
All reactions