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/03/11 08:23:24 UTC

[GitHub] [apisix-dashboard] azilentech opened a new issue #2374: feat: keycloak plugin - Support of password grant type for token generation

azilentech opened a new issue #2374:
URL: https://github.com/apache/apisix-dashboard/issues/2374


   In Keycloak plugin, there can be a feature to support the "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 requests match with this URL, identify the user name and password from incoming request parameters and call "token_endpoint".
   
   This feature is requested in apisix repository. ( [https://github.com/apache/apisix/issues/6574] )  Corresponding updates are required in Dashboard code.
   


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