tigran90 opened a new issue, #11317:
URL: https://github.com/apache/apisix/issues/11317
### Description
Hi team,
configured the plugin for introspection token.
in keycloak the request arrives twice.
```
{
"uri": "/api//*",
"name": "Users",
"plugins": {
"openid-connect": {
"_meta": {
"disable": false,
"error_response": {
"message": "Token not valid"
}
},
"client_id": "XXXX",
"client_secret": "XXXX",
"discovery":
"http://keycloak:8080/realms/realms/.well-known/openid-configuration",
"introspection_endpoint":
"http://keycloak:8080/realms/realms/protocol/openid-connect/token/introspect",
"bearer_only": true,
"realm": "ady",
"introspection_endpoint_auth_method": "client_secret_basic"
}
},
"upstream": {
"nodes": [
{
"host": "host",
"port": 81,
"weight": 1
}
],
"timeout": {
"connect": 6,
"send": 6,
"read": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
},
"status": 1
}
```
### Environment
- APISIX version 3.9.1:
- etcd version 3.5.0):
- APISIX Dashboard version 3.0.1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]