italia / spid-cie-oidc-django

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

[Feat] RP Authz Request request object as signed JWT #44

Closed peppelinux closed 2 years ago

peppelinux commented 2 years ago

I get authz request to work, and that's the initialization url http://localhost:8001/oidc/spid/begin?provider=http://127.0.0.1:8000/oidc/op

@dezhizhang1985 that's what the SPID/CIE button MUST trigger

anyway the kind of auth request not use the request object.

peppelinux commented 2 years ago

this is the commit that enabled this issue https://github.com/peppelinux/spid-cie-oidc-django/commit/a033884f621d3331ff1583227e36c4db9fea47ab

peppelinux commented 2 years ago

Done here https://github.com/peppelinux/spid-cie-oidc-django/commit/1c5c678dc56b662f38bbcfd09dd8e44099772dfd

@dezhizhang1985