We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, there are a few things missing from the tokens that prevents one from actually using the demo:
sub
kid
jti
The text was updated successfully, but these errors were encountered:
For the kid claim, the new scitokens >= 1.0 should fix the bug. See scitokens/scitokens#58
For the jti, the new 1.0 version automatically makes the jti. The demo has been updated to use 1.0, and therefore there is always a new jti.
sub could be set. What should it be set to?
Sorry, something went wrong.
That PR just throws the correct exception if kid is missing, right? Doesn't actually validate things... I think?
sub can just be set to demo-user.
demo-user
No branches or pull requests
Currently, there are a few things missing from the tokens that prevents one from actually using the demo:
sub
claim.kid
claim. Without this, the SciTokens client library rejects the token itself.jti
. Should be there for good form.The text was updated successfully, but these errors were encountered: