italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
27 stars 28 forks source link

[Bug] State parameter is not returned in case of error #203

Closed danielegiallonardo closed 2 years ago

danielegiallonardo commented 2 years ago

In case of authentication error, the state parameter is not returned to the RP redirect URI. You could reproduce it, for example, by clicking "Cancel" on the login form, no "state" querystring parameter will be returned to the RP

peppelinux commented 2 years ago

Done here https://github.com/italia/spid-cie-oidc-django/pull/205#pullrequestreview-927199386

danielegiallonardo commented 2 years ago

Verified. The issue can be closed