Comment on Norwegian government to set 15-year age limit for using social media
MoonlightFox@lemmy.world 2 weeks agoCan you elaborate a bit on the google and apple servers for authentication? My impression was that this system uses its own platform.
virku@lemmy.world 2 weeks ago
BankID is it’s own trusted platform. It is not connected to any of them. I am not sure if I understand what the other person is trying to say. Maybe they are afraid that Google and Apple can use BankID verified sessions to better identify the user?
Lifter@discuss.tchncs.de 2 weeks ago
They are using the phone SDKs to verify that BankID was correctly installed, much like any other client side DRM.
virku@lemmy.world 2 weeks ago
I don’t think BankID has any sort of SDK that lets other apps access user data like that? All interaction with BankID I know of at least is triggered with the app needing authentication/signature opening a BankID session to the central service where you enter your authentication and then the BankID app is used as MFA to verify this.
sibachian@lemmy.ml 2 weeks ago
they run verification through google/apple services. so we scandinacians can’t use a degoogled/microg android phones at all. at one point (long long ago) they used to run their own which made it available on any platform, but that service mysteriously died the day ubuntu phone launched. very coincidental.
Lifter@discuss.tchncs.de 2 weeks ago
What I meant was that the phone operating system has SDKs (e.g. google services on android) which the app uses to make sure it hasn’t been tampered with, which makes it even harder to make an open source client.
It’s the opposite of supplying an SDK for third party developers.