Microgateway verify apikey request failing

dkumar
Participant I

Hi Team,

I am trying to fire a request to the "edgemicro-auth/verifyApiKey" endpoint with the header and the body as a post method and somehow response is always giving me 401 status.

{ "error": "unauthorized", "error_description": "authentication failed " }

Can someone please help me that what is the format this API is looking for?

Thank you

Regards,

Dwiz

0 1 101
1 REPLY 1

ericschult
Participant II

The latest edgemicro-auth proxy expects verifyApiKey calls to originate from microgateway with Basic auth that includes the edgemicro key/secret as username/password.

I would suggest you trace /verifyApiKey calls coming from microgateway to see the details of the actual format.