You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/18 01:32:30 UTC

[GitHub] [apisix] starsz commented on a diff in pull request #7683: change(authz-keycloak): remove deprecated audience

starsz commented on code in PR #7683:
URL: https://github.com/apache/apisix/pull/7683#discussion_r948572810


##########
docs/zh/latest/plugins/authz-keycloak.md:
##########
@@ -73,7 +72,7 @@ description: 本文介绍了关于 Apache APISIX `authz-keycloak` 插件的基
     - 使用 `discovery` 属性后,`authz-keycloak` 插件就可以从其 URL 中发现 Keycloak API 的端点。该 URL 指向 Keyloak 针对相应领域授权服务的发现文档。
     - 如果发现文档可用,则插件将根据该文档确定令牌端点 URL。如果 URL 存在,则 `token_endpoint` 和 `resource_registration_endpoint` 的值将被其覆盖。
 - Client ID and secret
-    - 该插件需配置 `client_id` 或 `audience`(用于向后兼容)属性来标识自身,如果两者都已经配置,则 `client_id` 优先级更高。
+    - 该插件需配置 `client_id` 属性来标识自身,如果两者都已经配置,则 `client_id` 优先级更高。

Review Comment:
   ```suggestion
       - 该插件需配置 `client_id` 属性来标识自身
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org