[ 
https://issues.apache.org/jira/browse/CXF-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Beryozkin resolved CXF-4669.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.1
                   2.6.4
         Assignee: Sergey Beryozkin
    
> [OAuth2] Return expires_in with token in ImplicitGrantService
> -------------------------------------------------------------
>
>                 Key: CXF-4669
>                 URL: https://issues.apache.org/jira/browse/CXF-4669
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS Security
>    Affects Versions: 2.7.0
>            Reporter: Steven Tippetts
>            Assignee: Sergey Beryozkin
>             Fix For: 2.6.4, 2.7.1
>
>
> My clients have different token expiration times so I need to have the 
> expires_in query parameter include on the url response to the client when the 
> token is returned. This is for the implicit flow.
> In other words, this line of code needs to be added to 
> ImplicitGrantService.java at line 77 (or so):
> sb.append("&").append(OAuthConstants.ACCESS_TOKEN_EXPIRES_IN).append("=").append(token.getExpiresIn());
> Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to