Question
Vodafone
IN
Last activity: 26 Aug 2020 7:48 EDT
OpenIDConnect- Refresh token questions
Hello team,
We came to know that pega does not support ootb to refresh the token in OpenID connect. Hence decided to make exclusive call to idp , just by passing client_id,secret ,grant_type and refresh token in token endpoint url
Issue #1 :
could observe below error while hitting token endpoint url
pyStatusMessage | com.pega.pegarules.pub.services.OutboundMappingException: Could not acquire fresh access token |
What could be reason behind this error? Attached stack trace
Issue #2 :
I can decode access token using below API
String accessToken = oauth2Client.getAccessToken();
Do we have same for Refresh token as well pls? if not, how do i ensure that i am sending valid refresh token to idp. i need to decrypt it before sending it to IDP
Request your help on mitigating both issues. Thanks!!
***Moderator: Pallavi to add Support Case details***