You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be no way to obtain expiration time of refresh tokens. Refresh tokens are opaque (and not JWT) and introspection endpoint returns the associated access token claims and not refresh tokens claims.
Describe your ideal solution
I think introspection endpoint should return refresh token claims for the refresh token, not the access token claims. Ping identity does so and returns:
{
"active": true
"exp": 1556823764
}
Note: If the refresh token is configured to never expire, the "exp" attribute will not be returned.
Workarounds or alternatives
None I could find.
Version
latest master
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe your problem
There seems to be no way to obtain expiration time of refresh tokens. Refresh tokens are opaque (and not JWT) and introspection endpoint returns the associated access token claims and not refresh tokens claims.
Describe your ideal solution
I think introspection endpoint should return refresh token claims for the refresh token, not the access token claims. Ping identity does so and returns:
Workarounds or alternatives
None I could find.
Version
latest master
Additional Context
No response
The text was updated successfully, but these errors were encountered: