italia / eudi-wallet-it-python

Python toolchain for building an OpenID4VP RP with a SATOSA backend compliant with the Italian Wallet implementation profile
Apache License 2.0
17 stars 13 forks source link

QR Code Polling #68

Closed Pyscho79 closed 1 year ago

Pyscho79 commented 1 year ago

In a Cross Device Flow the user-agent uses the JS (with WS or polling) made available in the QRCode Page to check if the authentication is successfully. For doing that it has to request to a specific URL (and also be authenticated with a session cookie that binds the unique-session-identifier, to avoid adversary to be able to made hijacks).

https://github.com/italia/eudi-wallet-it-docs/pull/87#issue-1830163472

MurruAlessio commented 1 year ago

PR opened: https://github.com/italia/eudi-wallet-it-python/pull/78