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

Where does the challenge value go in the Registration JWT? #56

Open
tblachowicz opened this issue Apr 26, 2024 · 4 comments
Open

Where does the challenge value go in the Registration JWT? #56

tblachowicz opened this issue Apr 26, 2024 · 4 comments
Labels
Has initial answer Has at least one answer from admins

Comments

@tblachowicz
Copy link

In the high-level overview diagram explains that the Server returns the random challange value in Sec-Session-Registration response header and then the Browser generates the signed Registration JWT that should contain the challange value provided by the Server. It's not clear to me where does the challange value go in the registration JWT. The description of the JWT in Start Session section mentions that jti is a nonce. Please clarify if that is meant to be the challange value provided by the server. If so, it'd be good to clarify that in the Explainer to avoid confusion.

@bc-pi
Copy link

bc-pi commented Apr 26, 2024

#43 is similar/duplicative FWIW

@chen-chao
Copy link
Contributor

This has been addressed in this commit.

@bc-pi
Copy link

bc-pi commented Nov 9, 2024

jti isn't wrong exactly but not quite right either and not where one would expect to see a challenge value placed.

@kmonsen
Copy link
Collaborator

kmonsen commented Dec 23, 2024

where would you expect to see it?

@kmonsen kmonsen added the Has initial answer Has at least one answer from admins label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Has initial answer Has at least one answer from admins
Projects
None yet
Development

No branches or pull requests

4 participants