Notification page does not receive post paramters

Hi All,

I’m using the Oauth 2.0 authentication provider from tyk. After a token request, tyk is calling the notification endpoint. I’m using symfony2 to catch the notifications. In the log I can see the request, but there is no post data. I was expecting something like this:

{
“auth_code”: “”,
“new_oauth_token”: “”,
“refresh_token”: “”,
“old_refresh_token”: “”,
“notification_type”: “”
}

The routing accepts post request, but there is no data.

Can you share your logs?

Also, in your API definition have you set up the required fields? The function that sends the notification is:

Hi Martin,

Thany you for your response, I have already fixed it.

The result was found in the request response in symfony2.

1 Like