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

Support request_uri and validation #10

Closed
3 tasks done
nanderstabel opened this issue Mar 31, 2023 · 0 comments
Closed
3 tasks done

Support request_uri and validation #10

nanderstabel opened this issue Mar 31, 2023 · 0 comments
Assignees

Comments

@nanderstabel
Copy link
Collaborator

nanderstabel commented Mar 31, 2023

Description

Fork the Sphereon demo website and alter some variables so that it suits our needs (alter the default DID method to did:key, add test private keys, etc) and so that it can be added as an integration test.

The demo website follows the following steps:

  • A redirect_uri is presented in the form of a QR Code (by the relying party).
  • The Provider needs to follow this uri in order to receive the JWT encoded SIOP Response.
  • The Provider needs to decode and validate this JWT.
  • The Provider generates a SIOP Response which includes a (JWT encoded) id_token and sends it to the Relying Party's redirect_uri

In order for this integration to work some Request parameters need to be added as well, such as the request_uri and the registration parameter.

Motivation

In order to test the validity of the library, we need to test the interoperability with other SIOP implementations.

Resources

Depends on #2
Sphereon demo website

To-do List

@nanderstabel nanderstabel self-assigned this Mar 31, 2023
@nanderstabel nanderstabel changed the title Integrate Sphereon's demo website Support request_uri and validation Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant