Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: response_code in redirect_uri #257

Merged
merged 14 commits into from
Sep 6, 2024

Conversation

Zicchio
Copy link
Collaborator

@Zicchio Zicchio commented Aug 30, 2024

This pull request advances the post authentication flow to what is described in version 0.8.0 of https://github.com/italia/eudi-wallet-it-docs
It introduces a redirect uri containing a response_code that is opaque to the Wallet Instance and/or User Agent (based on cross device or same device flow).
This closes #251 by implementing strategy 3 discussed here #251 (comment)
AES-GCM was used as a the algorithmic choice of authenticated encryption as suggested by the book Real-World Cryptography by David Wong, chapter 4.5 .

@Zicchio Zicchio marked this pull request as draft September 2, 2024 08:44
@Zicchio Zicchio marked this pull request as ready for review September 2, 2024 08:54
@Zicchio Zicchio marked this pull request as draft September 2, 2024 09:52
@Zicchio Zicchio marked this pull request as ready for review September 2, 2024 12:25
@peppelinux peppelinux merged commit 944b060 into italia:dev Sep 6, 2024
5 checks passed
@Zicchio Zicchio deleted the dev_0.9.0_response_code branch September 6, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Satosa] Authorization Response and after-authentication flow is outdated
2 participants