azilentech opened a new issue #6574: URL: https://github.com/apache/apisix/issues/6574
### Issue description In Keycloak plugin, The following features can be helpful: 1. There can be feature to support "password" grant type which can generate token via Keycloak token endpoint and return it in response. - There can be configuration setting "token_generation_endpoint", which will contain URL endpoint. If incoming URL request match with this URL, identify the user name and password from incoming request parameters and call "token_endpoint". 2. There can be an optional configuration that can allow injecting Keycloak User Info in the incoming request. - There can be configuration settings: "include_user_info" and "token_userinfo_endpoint". Based on these values, the plugin will call Token Userinfo Endpoint and inject a new header "X-User-Info" in the request before forwarding it for further process. -- 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]
