'Use REST API service and connect with token endpoint provided by keycloak

I want to link a rest service with an authentication provided by keycloak. Keycloak requires a some variables in body

  • username
  • password
  • grant_type
  • client_id
  • client_secret

I couldn't find the part in synapse where I can provide these informations

Add rest service in synapse



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source