Hi,
I configured the Push-Token for Android like in the howto described. I’m able to enroll a token but if I use it, I get
ERR401: Failed to submit message to firebase service.
in the privacyidea.log following is found:
[2020-10-22 16:00:46,398][79697][140679762724288][WARNING][privacyidea.lib.smsprovider.FirebaseProvider:169] Failed to send message to firebase service: {
“error”: {
“code”: 403,
“message”: “SenderId mismatch”,
“status”: “PERMISSION_DENIED”,
“details”: [
{
“@type”: “type.googleapis.com/google.firebase.fcm.v1.FcmError”,
“errorCode”: “SENDER_ID_MISMATCH”
}
]
}
}
I tried to recreate the SMS-provider 2 times, but the error is always the same.
I would be very grateful for any hint!!
Andi