-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use ID_TOKEN_LIFESPAN when doing refresh #985
Comments
That looks like a bug, I'll try to confirm once I'm back in office by end of this week. |
Tracked #987 |
Confirmed bug |
aeneasr
pushed a commit
to ory/fosite
that referenced
this issue
Aug 22, 2018
Resolves an issue where expiry and issuer where not properly configurable in the strategy. See ory/hydra#985 Signed-off-by: arekkas <[email protected]>
aeneasr
pushed a commit
to ory/fosite
that referenced
this issue
Aug 22, 2018
Resolves an issue where expiry and issuer where not properly configurable in the strategy. See ory/hydra#985 Signed-off-by: arekkas <[email protected]>
aeneasr
pushed a commit
that referenced
this issue
Aug 22, 2018
Closes #985 Signed-off-by: arekkas <[email protected]>
aeneasr
added a commit
that referenced
this issue
Aug 22, 2018
Closes #985 Signed-off-by: arekkas <[email protected]>
budougumi0617
added a commit
to budougumi0617/fosite
that referenced
this issue
May 10, 2019
Resolves an issue where expiry and issuer where not properly configurable in the strategy. See ory/hydra#985 Signed-off-by: arekkas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
possibly bug
What is the current behavior?
The IDToken, when first created has the correct lifespan as indicated by ID_TOKEN_LIFESPAN (I use 1m for testing). However, when I do a refresh_token, the new IDToken has a lifespan of 1h.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
What is the expected behavior?
The refreshed IDToken should have a lifespan of ID_TOKEN_LIFESPAN
Which version of the software is affected?
oryd/hydra:unstable (v1.0.0-beta.8). As a sidenote, it would be nice if hydra could print the version number to the logs on startup.
The text was updated successfully, but these errors were encountered: