italia / spid-cie-oidc-django

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

[GAIN-PoC] Support for oidc endpoints with urlquery #251

Open peppelinux opened 1 year ago

peppelinux commented 1 year ago

The problem with authz request is due to the trailing param in the urls, example

"authorization_endpoint": "https://testidpui.integration.com/services/authz/00000001?n=true",

this forces me to handle this cases in the spid cie oidc implementation.