SatriyoJati opened a new issue, #11599: URL: https://github.com/apache/apisix/issues/11599
### Description Currently , I want to integrate keycloak or 3rd party identity server with Apisix. So when we call the our apis protected by Apisix, its need to provide credentials (resulted in an access token ) that has been generated from keycloak. Then we also want to use key-auth plugin as well so our apis protected by apikey. We cannot use multi-auth for that . We need to provide both credentials when accessing apis. What I want to use either apikey or token, so when we call using apikey we dont need to provide token, and vice versa. -- 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]
