-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking Signature not working #61
Comments
I haven't tested it, but my first guess would be that the Will create a ticket internally for this too. |
As @Michael-Buckaroo mentioned the issue seems to be with the |
Thanks, I will test this at the next service moment for the App. Maybe the documentation for the Buckaroo package can be clarified @Michael-Buckaroo? Looks like something you miss easily when trying to make this work. |
I'm using sample code from the Test project to calculate the signature and check if the push message is valid. But I can't get it to work.
This is my test code
And this is the error I'm receiving:
System.Security.Authentication.AuthenticationException: System error.
at BuckarooSdk.Base.PushHandler.DeserializePush(Byte[] body, String requestUri, String authorizationHeader)
Can anybody point me in the right directory on how to handle this?
The text was updated successfully, but these errors were encountered: