How to get OAuth2 refresh token
Hello Colleagues,
after user is successfully authenticated with an OpenID authentication service the received ID-Token and Access Token will not refresh.
The ID Token is available in Data-Admin-Security-OAuth2-AccessToken
AccessToken can be obtained from the AuthService instance via JavaAPI
How can I obtain the Refresh Token in order to inforce refresh of AccessToken?
Or is there API to force refresh the AccessToken ?
***Edited by Moderator Marije to add Capability tags***