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

Fix non-normative example of HTTP response in the Presentation Remote Flow #356

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

fmarino-ipzs
Copy link
Collaborator

Title

Content

Closes #355

Review

  • Ensure your files are written following RST specs (not MD!)
  • Italian version
  • English version
  • Example files
  • Ask for review

@fmarino-ipzs fmarino-ipzs added this to the 0.8.0 milestone Jul 5, 2024

{
"redirect_uri": "https://relying-party.example.org/cb#response_code=091535f699ea575c7937fa5f0f454aee"
"redirect_uri": "https://relying-party.example.org/cb?response_code=091535f699ea575c7937fa5f0f454aee"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reasn why it was a fragment is to allow the registration of the redirect_uris in the metadata and using fragments to allow randomization of the endpoints

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, see also node-fetch/node-fetch#211

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peppelinux peppelinux added breaking change standardization Topics related to the standardization process in IETF/OIDF labels Jul 10, 2024
@peppelinux peppelinux self-requested a review July 24, 2024 09:52
docs/en/remote-flow.rst Outdated Show resolved Hide resolved
@peppelinux peppelinux merged commit 233c8cd into versione-corrente Jul 24, 2024
5 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change standardization Topics related to the standardization process in IETF/OIDF
Projects
Development

Successfully merging this pull request may close these issues.

response_code in the Presentation Flow
3 participants