Issue description
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".
Issue description
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.