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

JOSE typ for Status List Token #25

Closed
paulbastian opened this issue Jun 12, 2023 · 5 comments
Closed

JOSE typ for Status List Token #25

paulbastian opened this issue Jun 12, 2023 · 5 comments

Comments

@paulbastian
Copy link
Contributor

          > umm I thought we agreed to remove the concept of the "typ" attribute.. so no `revocation-list` and no `suspention-status-list`.

But I assume the Status List Token will have a typ JOSE header to properly distinguish it from other JWTs, right?

Originally posted by @tlodderstedt in #17 (comment)

@Sakurann
Copy link
Contributor

my original comment should be removed from the description because I was referring to the type JWT claim.
for the purpose of this issue, simply put, a status list JWT should be typed per JWT BCP. and I would not expect any objections to that..

@paulbastian
Copy link
Contributor Author

Agreed, something like

{
  "typ": "statuslist+jwt",
  "alg": "ES256",
  "kid": "11"
}

?

@Sakurann
Copy link
Contributor

yes!

@paulbastian
Copy link
Contributor Author

It's available in the example https://vcstuff.github.io/draft-looker-oauth-jwt-cwt-status-list/draft-looker-oauth-jwt-cwt-status-list.html#section-4.2-3 but its missing from the text. In general some text about header parameters is needed

@paulbastian paulbastian added the 02 label Jul 11, 2023
@paulbastian
Copy link
Contributor Author

Solved by #71

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

No branches or pull requests

2 participants