hellobiek commented on issue #6309: URL: https://github.com/apache/apisix/issues/6309#issuecomment-1049369312
你好,我参考下面这篇博客,使用authz-keycloak来进行RBAC的权限管理: https://github.com/apache/apisix/blob/master/docs/zh/latest/plugins/authz-keycloak.md 现在每次访问,都需要输入token,但是我想使用,弹窗让用户输入用户名和密码的方式完成认证。 请问,这样的化,需要怎么做呢?我本地的配置如下: `{ "audience": "Client ID", "disable": false, "permissions": [ "Png Resource#image:view" ], "token_endpoint": "http://10.20.0.213:31477/auth/realms/apisix_test_realm/protocol/openid-connect/token" }` 请问,这样的条件下,该如何修改配置。 -- 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-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org