Hi, I have downloaded the open source version of Microgateway and created a Swagger yaml with SecurityDefinitions
securityDefinitions:
clientIdHeader:
type: apiKey
in: header
name: X-IBM-Client-Id
I was able to call the API with following curl command
curl http://localhost:3000/trial/echo -H "X-IBM-Client-Id:default"
I wanted to find out how can I register more specific client ids with Microgateway?