impak-finance / django-oidc-rp

A server side OpenID Connect Relying Party (RP, Client) implementation for Django.
https://django-oidc-rp.readthedocs.io
MIT License
19 stars 25 forks source link

Invalid OpenID Connect callback state value #12

Closed rustanacexd closed 4 years ago

rustanacexd commented 4 years ago

I am having Invalid OpenID Connect callback state value issue after signing in from openid provider. example url - http://localhost:8001/oidc/auth/cb/?code=de6f238d86f0db57bf2b19494459b9b3e8cf7d08&state=0298ef0131dc41c9bf8eddab86369935

The issue is gone though once I reload. Thoughts?