"error":"Unauthorized" opensearch 2.19 with OIDC using WSO2 Identity Server 7.0.0

Hi Anthony, thanks for your answer.
I try to configure config.yml file with set challenge flag to false, but I haven’t resole the issue.
Opensearch isn’t clusterized, there is only one node.

This is my JWT token:

{
  "sub": "8f4eca26-7f69-4d0c-a626-4f63ff09f8f5",
  "aut": "APPLICATION_USER",
  "binding_type": "sso-session",
  "email_verified": true,
  "iss": "https://wso2isdemo.plusinnovation.it/oauth2/token",
  "groups": [
    "admin",
    "super.PlusInnovationUsers"
  ],
  "preferred_username": "Francesco",
  "given_name": "Francesco",
  "client_id": "KhQ6JPkfEP05sSZ0ZKEc4LuorUIa",
  "aud": "KhQ6JPkfEP05sSZ0ZKEc4LuorUIa",
  "nbf": 1748351670,
  "azp": "KhQ6JPkfEP05sSZ0ZKEc4LuorUIa",
  "org_id": "10084a8d-113f-4211-a0d5-efe36b082211",
  "scope": "address email groups openid phone profile",
  "exp": 1748355270,
  "org_name": "Super",
  "iat": 1748351670,
  "family_name": "De Girolamo",
  "binding_ref": "03c0065059993f5487dd0737d8bf5fdc",
  "jti": "71d5e280-fef1-4e5f-a45a-b85e372c5f77",
  "email": "francesco.degirolamo@xxxxx",
  "username": "fdg"
}

Have you got other suggestions ?