-
Notifications
You must be signed in to change notification settings - Fork 14
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
BankID login on same device failing #49
Comments
I have managed to reproduce your issue on my end. It seems that Swedbank or BankID have changed something, but I haven't figured out what yet. In other words, I don't think there's anything wrong with your code as far as I can see. I will continue to try to figure out a fix. |
Thanks, good to know. I'm always thinking that it is me that is doing something wrong, at least it is so most of the time. :-) |
Sorry for the slow response, I have haven't managed to figure out what's wrong with same device authentication. I have checked both Bankind technical integration guide and the traffic in one of Swedbank's apps. But either have gave me a clue what's wrong my implementation of it or what have changed last time I tested it. My current theory The thing is I don't know what this URL is. Universal Links is routed locally in Ios and doesn't show up in any logs as far as I can tell. I manged to figure out the base structure of it (Swedbank private app: If you or anyone can assist me in the investigation of this, I would appreciate it. |
I'm revisiting this issue, any news or clues? Unfortunately I have nothing to come with, this is above my knowledge. |
No, I haven't actively worked on this issue for a while now. I don't know how to currently move this issue forward. I need to understand how the Universal Links looks like or how the redirect URL:s are supposed to look like. |
I'm using the master branch and the example code from https://github.com/walle89/SwedbankJson/blob/master/docs/mobileBankIdSample.php
The problem is that after entering my pin in the BankID app and then reloading the page I get the following in response.
general (1): LOGIN_FAILED - Något gick fel med ditt BankID. Vänligen försök igen.
Logging in remotely with QR-code do work.
How do I debug the issue?
The text was updated successfully, but these errors were encountered: