Am using MFP confidential clients to register my device for push notification.
but after getting 201 (created response) from the server , my device is not showing in device section of mfp console.
MFP version: 8.0
This is the response i got after registering via REST API.
{
"createdTime": "2018-07-17T07:04:18Z",
"lastUpdatedTime": "2018-07-17T07:04:18Z",
"createdMode": "API",
"deviceId": "asadasdadadd",
"userId": "anonymous",
"token": "token",
"platform": "A",
"phoneNumber": "12345678",
"href": "http://xxx.xx.xx.xx:9080/imfpush/v1/apps/abc.abc.abc/devices/12345-678"
}