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

Support for refresh token expiration #852

Open
matejsp opened this issue Aug 7, 2023 · 0 comments
Open

Support for refresh token expiration #852

matejsp opened this issue Aug 7, 2023 · 0 comments

Comments

@matejsp
Copy link

matejsp commented Aug 7, 2023

Describe the feature
Based on some documentation there is a way to return refresh token expiration via value in response 'refresh_token_expires_in'.

https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin%2Fcontext&tabs=HTTPS1#response

I would like to have this information when getting access token (so we know how long refresh token is valid).

Additional context
refresh_token_expires_in is not defined in OAuth2 specs (but specs allowed returning additional properties), but a lot of oauth2 server do support this parameter.

  • Does the feature apply to OAuth1, OAuth2 and/or OIDC?
    OAuth2
  • Does the feature apply to client or server side code?
    Server side
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

1 participant