Failed to verify access token – How to solve this Elasticsearch exception

Opster Team

August-23,

Log Context

Log “Failed to verify access token.” class name is OpenIdConnectAuthenticator.java. We extracted the following from Elasticsearch source code for those seeking an in-depth context :

 } else if (rpConfig.getResponseType().equals(ResponseType.parse("id_token")) && accessToken != null) {
 // This should NOT happen and indicates a misconfigured OP. Warn the user but do not fail
 LOGGER.warn("Access Token incorrectly returned from the OpenId Connect Provider while using \"id_token\"" response type."");

 

 [ratemypost]

Opster
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.