i4mi / MobileAccessGateway

IPF HAPI-FHIR IHE ITI springboot example
Apache License 2.0
13 stars 9 forks source link

Keep the IDP assertion in the assertion route #156

Closed qligier closed 4 months ago

qligier commented 4 months ago

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.