luoluoyuyu commented on issue #10605:
URL: https://github.com/apache/apisix/issues/10605#issuecomment-1849173413
hi @shreemaan-abhishek
Only one route
```json
{
"list": [
{
"value": {
"update_time": 1702177105,
"id": "1",
"status": 1,
"priority": 0,
"create_time": 1701853548,
"plugins": {
"openid-connect": {
"scope": "openid profile",
"client_id": "",
"session": {
"secret": ""
},
"set_id_token_header": true,
"client_secret": "",
"set_refresh_token_header": false,
"introspection_endpoint_auth_method": "client_secret_basic",
"ssl_verify": false,
"token_endpoint_auth_method": "client_secret_basic",
"bearer_only": false,
"logout_path": "/anything/logout",
"redirect_uri": "http://localhost:9080/anything/callback",
"set_access_token_header": true,
"client_jwt_assertion_expires_in": 60,
"access_token_in_authorization_header": false,
"use_pkce": false,
"iat_slack": 120,
"accept_none_alg": false,
"accept_unsupported_alg": true,
"use_nonce": false,
"jwk_expires_in": 86400,
"jwt_verification_cache_ignore": false,
"access_token_expires_leeway": 0,
"introspection_interval": 0,
"set_userinfo_header": true,
"realm": "apisix",
"refresh_session_interval": 900,
"renew_access_token_on_expiry": true,
"unauth_action": "auth",
"revoke_tokens_on_logout": false,
"force_reauthorize": false,
"timeout": 3,
"discovery":
"https://dev-4z571phginb1bucm.us.auth0.com/.well-known/openid-configuration"
}
},
"uri": "/anything/*",
"upstream": {
"scheme": "http",
"pass_host": "pass",
"hash_on": "vars",
"nodes": {
"httpbin.org:80": 1
},
"type": "roundrobin"
}
},
"key": "/apisix/routes/1",
"modifiedIndex": 287,
"createdIndex": 219
}
],
"total": 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]