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

Auth time in the ID token #119

Closed
smogali opened this issue Feb 11, 2016 · 1 comment
Closed

Auth time in the ID token #119

smogali opened this issue Feb 11, 2016 · 1 comment
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@smogali
Copy link

smogali commented Feb 11, 2016

PyOIDC is generating id_tokens with the issued time with floating point precision.
Ex: 1455192219.050872
This is generating an exception on the parse.

java.lang.NumberFormatException: For input string:"1455192219.050872"
open source implementation in python PyOIDC
https://github.com/rohe/pyoidc/
The spec says 'Number of Seconds'. Is the value valid in this case?

@mattwhisenhunt
Copy link
Contributor

This issue may no longer be relevant due to its age. If that is not the case let us know and we will re-open.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants