spacewander commented on a change in pull request #6485:
URL: https://github.com/apache/apisix/pull/6485#discussion_r819240005



##########
File path: docs/en/latest/plugins/authz-keycloak.md
##########
@@ -63,6 +63,7 @@ For more information on Keycloak, refer to [Keycloak 
Authorization Docs](https:/
 | keepalive                      | boolean       | optional    | true          
                                |                                               
                     | Enable HTTP keep-alive to keep connections open after 
use. Set to `true` if you expect a lot of requests to Keycloak.                 
                      |
 | keepalive_timeout              | integer       | optional    | 60000         
                                | positive integer >= 1000                      
                     | Idle timeout after which established HTTP connections 
will be closed.                                                                 
                      |
 | keepalive_pool                 | integer       | optional    | 5             
                                | positive integer >= 1                         
                     | Maximum number of connections in the connection pool.    
                                                                                
                   |
+| access_denied_redirect_uri     | string        | optional    |               
                                | [1, 2048]                                     
         | Uri redirected when access fails.|

Review comment:
       ```suggestion
   | access_denied_redirect_uri     | string        | optional    |             
                                  | [1, 2048]                                   
           | Redirect not authorized user with the given uri like 
"http://127.0.0.1/test";, instead of returning 
`"error_description":"not_authorized"`. |
   ```




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