{ "authentications": { "userAuth": { "authType": "oauth2", "url": "https://login-itg.external.hp.com/as/token.oauth2", "httpMethod": "GET", "httpParams": { "grant_type": "refresh_token", "client_secret": "PTj2gCIU6Uy9EqHP5GH6TY5dyXmL77PfWIQ1faK5cjzBG", "client_id": "apollo_uam_itg_app", "assertion": "${refresh_token}" }, "httpHeaders": { "Content-Type": "text/html" }, "httpContentType": "text/html", "authError": [ "Unable to authenticate the client", "Invalid OAuth token Bearer" ], "retryFailureStatusCode": [ 401 ], "errorPath": "", "maxRefreshTryCount": 5, "tokenResponsePath": "access_token", "refreshType": "RefreshToken", "tokenType": "Bearer", "accessToken": "Bearer ${refresh_token}", "refreshToken": "e5cszJbcj0LLGt0tkU59MIZJUuq7", "refreshTokenAuthError": [ "Token is invalid", "false" ], "refreshTokenErrorPath": "active", "refreshTokenCall": { "refreshTokenResponsePath": "access_token", "url": "https://login-itg.external.hp.com/as/introspect.oauth2?token=${access_token}", "httpMethod": "POST", "httpParams": { "grant_type": "client_credentials", "client_secret": "PTj2gCIU6Uy9EqHP5GH6TY5dyXmL77PfWIQ1faK5cjzBG", "client_id": "apollo_uam_itg_app", "token_url": "https://login-itg.external.hp.com/as/token.oauth2" }, "httpHeaders": { "Content-Type": "application/x-www-form-urlencoded" }, "httpContentType": "application/x-www-form-urlencoded" } } } }