1502shivam-singh commented on a change in pull request #6565:
URL: https://github.com/apache/apisix/pull/6565#discussion_r823491611



##########
File path: docs/en/latest/admin-api.md
##########
@@ -467,9 +462,9 @@ Config Example:
 }
 ```
 
-The binding authentication plug-in is a bit special. When it needs to be used 
in conjunction with the consumer, it needs to provide user name, password and 
other information; on the other hand, when it is bound with route / service, it 
does not require any parameters. Because at this time, it is based on the user 
request data to infer which consumer the user corresponds to.
+When bound to Routes or Services, the authentication Plugins infers the 
Consumer from the request and does not require any parameters. Whereas, while 
it is bound to a Consumer, username, password and other information needs to be 
provided.

Review comment:
       ```suggestion
   When bound to a Route or Service, the Authentication plugin infers the 
Consumer from the request and does not require any parameters. Whereas, when 
bound to a Consumer, username, password and other information needs to be 
provided.
   ```




-- 
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]


Reply via email to