When implementing the assertion renew, TokenEndpoint.generateOAuth2TokenResponse() was updated to include the IDP assertion as refresh token. The /camel/assertion route also uses that method to generate the response, but didn't store the IDP assertion for later use.
When implementing the assertion renew,
TokenEndpoint.generateOAuth2TokenResponse()
was updated to include the IDP assertion as refresh token. The/camel/assertion
route also uses that method to generate the response, but didn't store the IDP assertion for later use.