arthurchan35 commented on PR #989: URL: https://github.com/apache/cxf/pull/989#issuecomment-1221875531
In case of you wonder why is it necessary: In our code, after CXF generates the opaque token, we have some additional customization code to apply to the cxf generated token. Previously it was fine but now we are taking advantage of cxf's JWT access token generation, however we need our customization code go after opaque token generation but also before JWT token generation. The only CLEAN way I see is to extract out the opaque token generation to a method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
