The banking situation
-
@dobey When I try to move money from my account to someone else, or buy sth online, or just check my bank account, the website will tell me I need to authenticate with my phone. That is, their banking app. I fire up the android app, and the login screen is automatically replaced by a prompt for my pin code. I type the code in, and only then the website acknowledges the transaction.
-
@emphrath
2FA stands for 2 factor authentication.
It could be a SMS sent to your phone, TOTP, HOTP or any other method.
This second method of authentication is often used with the classic login password.IIRC, in Europe banks are forced to set 2FA or "strong" authentication to secure their customers accounts. Some banks limit the second factor to HOTP or TOTP via their app.
The best solution is to let the customer choose how they want to authenticate, but we need lobbying towards open solution.Closed source apps is no proof of security and it is annoying for customers.
Sadly there is not much that the foundation can do, but the UBports community can send a message to the banks for them to allow other options for their users. -
@emphrath You have to type the PIN you use for the ATM to do that?
-
@dobey No, basically the phone displays a code and you have to type it into the website. The app is very simple, probably even simpler than your Authenticator app but it runs in the Android secure execution environment, or with SafetyNet activated, and a bank would not compromise on having a UT app that cannot do this.
I dont think any bank will put trust into UT at the moment. Anbox might or might not help, as apps might detect they are not being run on a secured device.
-
In England it is common to have a personal card reader, issued at no cost by the bank, to generate one time pass codes as the second factor for authorisation. Is that not available where you are?
SMS codes can be used as an alternative, but I refuse to use that system.
-
It is more than likely that no bank will invest a penny in software or a secure authentication solution for UT : they are making investments that affect the masses, not minorities.
-
I used to access my bank account with morph, and it worked well.
But since some months now, they added a 2FA login with a code sent by SMS.
Problem is morph acting like i don't enter anything in the code field, resulting in failure due to "wrong code".What can i do?
-
@keneda On the other hand, I am quite surprised that the sms authentication window doesn't work for you. Is the issue linked to your bank or specific to your MX4 smartphone... As idon't have this problem on BQ E5 HD.
Edit : If you haven't already done so, I advise you to disable uadblock completely to see if this solves the problem.
-
What @Emphrath describes sounds like similar recent requirements i got for Government Cloud related security accesss where SMS is not acceptable anymore for 2FA: https://www.okta.com/resources/whitepaper/configuring-okta-for-fedramp-compliance/
Some colleagues mentioned banks will have to transition soon/one day
Edit: see table at the top of the following page, SMS is considered "moderate" security: https://www.okta.com/resources/whitepaper/configuring-okta-for-fedramp-compliance/
-
@cliffcoggin Well actually that's what I'm going for in the discussiobs with my bank now, but they seemed to imply something truly scornful like: "this is for old people" and also it seems it works only for checking ur bank account. I'll look into other banks. @Flo This kind of secure environment surely can be replicated in UT, no ?
-
I am facing a similar situation. I created an account in a bank and then received a letter asking me to download the
HID Approve
application on the Play Store or App Store.
I am then supposed to scan the QR code they send me to initiate the app, which will then give me a code each time I want to access my bank account.Interestingly, they also gave me an ID, a code invitation and the "Service Address" which is
taurus.pbgate.services:443/HIDCAF
in case of "Manual synchronization".Here is the content of the QR code btw:
{"ver":"v4","url":"taurus.pbgate.services:443/HIDCAF","uid":"XXX","did":"XXX","dty":"DT_TDSV4","pch":"CH_TDSPROV","pth":"AT_TDSOOB","sec":"","pss":"XXXX"}
I searched a bit and found this gnome app which proposes a lot (probably around 500) of providers (@Emphrath maybe yours is in). Unfortunately, no trace of my bank or "HID".
Still, as I have the information to connect to the server, I feel like something can be done from our side to solve this problem.
-
@fla sadly, no qr code for me. Just the bloody app.
-
@fla said in The banking situation:
a lot (probably around 500) of providers
Can you put the link of supported providers ? I can't find it. Thank you
-
Bank apps probably use TOTP or HOTP that should be no secret to give us (customers) an alternative way to generate this one-time-password so we can configure Authenticator-NG accordingly.
If I'm correct HOTP uses Android secure environment so this might be an issue for us.
But compliant solutions exist that we can use on UT, banks just don't like to be transparent about the technical solution they use.
-
@applee But the thing is they don't have to release any code at all ! I guess you can publish proprietary software on the openstore, can't you ?
-
@emphrath You could, yes. At least we would find a way, there is no technical limitation.
-
@cliffcoggin EU made it so that banks can choose which 2FA they offer. Some German banks still deliver physical devices as an alternative (which you have to pay), then my house bank still uses SMS.
But 95% of all banks in Austria moved to Android/iOS Apps, they are the cheapest form for them, no device, no SMS to pay for. The user pays for himself basically
So I must say, I cannot really change to another bank, and hope that mine will not stop SMS codes soon...
-
Is it possible that Morph can connect to a 2FA authentication key to validate with the bank?
Or would the banks not accept it?
Regards...
-
Wouldn't it be possible for banks to do this the same way so many sites do? We have two authenticator apps on the store for UT, they work fine for Mozilla, Google, and other sites that do 2FA.
I'm able to use my bank's website through Morph to do my banking without issue.
-
@giiba Somebody told the banks that if its not executed in a trusted, secured environment its not safe. So, a web TOTP or whatever will not be accepted. And they have a point with that. The Secure Execution Environment in Qualcomm SoCs is much better than doing nothing. Also signed app, signed OS, signed everything xD