Hi Team, We are facing issue in re-generating the token. We need to manually update the access token from postman. Attaching the json. Tried with refresh token also but not working. { "authentications": { "acctAuth": { "authType": "oauth2", "url": "https://login-itg.external.hp.com/as/token.oauth2", "httpMethod": "GET", "httpParams": { "grant_type": "client_credentials", "client_secret": "PTj2gCIU6Uy9EqHP5GHfaK5cjzBG", "client_id": "apollo_uam_itg_app" }, "httpHeaders": { "contentType": "text/html" }, "httpContentType": "text/html", "expiryError": "ExpiredAuthenticationToken", "authError": [ "InvalidAuthenticationToken", "Token is invalid" ], "timeOutError": "Read timed out", "errorPath": "message", "maxRefreshTryCount": 5, "tokenResponsePath": "access_token", "tokenType": "Bearer", "accessToken": "Bearer e5csBHH0KFSUpt5TF3FJpJjqCX50" } } }