liuxiran edited a comment on issue #1950: URL: https://github.com/apache/apisix-dashboard/issues/1950#issuecomment-886239837
>  > Well, I didn't use consumers in previous versions. > But why does this limit the use of the authz-keycloak plugin alone?But for example, using basic-auth alone can pass the front-end verification This is because we need a `type=auth` plugin when create a Consumers, but for the `authz-keycloak` , type=other, so you will see this warning message. It is ok. But We still need to do these things to make it more clearly for users: * For `authz-keycloak` and `openid-connect` plugins, we need to:   * update the warning tip about create/config Consumers, from `Please enable one authentication plugin` to `Please enable one of basic-auth, hmac-auth, jwt-auth, key-auth`, because `authz-keycloak` and `openid-connect` are also authentication plugins, but they have nothing to do with consumers.  cc @juzhiyuan @LiteSun -- 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]
