Skip to content
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

Update PKO Bank Polski, added support for U2F #8209

Closed
2 tasks done
Encryptionus opened this issue Sep 28, 2024 · 2 comments · Fixed by #8210
Closed
2 tasks done

Update PKO Bank Polski, added support for U2F #8209

Encryptionus opened this issue Sep 28, 2024 · 2 comments · Fixed by #8210
Labels
update site Issue/PR updates information about a site in the repo.

Comments

@Encryptionus
Copy link
Contributor

Encryptionus commented Sep 28, 2024

Site name

PKO Bank Polski

Site URL

https://pkobp.pl

Update reason

The methods of 2FA that it supports have changed.

Additional information

PKO Bank Polski quietly started supporting U2F security keys as a second factor for signing into bank accounts (at least for individual customers), through its e-banking service ipko.pl
Here's the bank's page mentioning it (in Polish): https://www.pkobp.pl/klient-indywidualny/aplikacja-iko-ipko/bezpieczenstwo/logowanie-z-kluczem-bezpieczenstwa

As far as I know there is no requirement for coming to bank branch to activate the security key (unlike with ING Bank Śląski) but as of now, you can only register one security key to your bank account.

Update: Removed the second URL from "Site URL" because Github's CI was complaining.

Issue Eligibility

  • The issue I'm creating is not a duplicate of an existing issue.
  • The issue I'm creating is not a duplicate of an existing pull request
@Encryptionus Encryptionus added the update site Issue/PR updates information about a site in the repo. label Sep 28, 2024
@kporembinski
Copy link

New JSON:

  "PKO Bank Polski": {
    "domain": "pkobp.pl",
    "url": "https://www.pkobp.pl/",
    "tfa": [
      "sms",
      "u2f",
      "custom-software"
    ],
    "documentation": "https://iko.pkobp.pl/funkcje/mobilna-autoryzacja/",
    "custom-software": [
      "IKO App"
    ],
    "categories": [
      "banking"
    ],
    "regions": [
      "pl"
    ]
  }
}```

@hkamran80
Copy link
Member

@kporembinski Do you want to open a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update site Issue/PR updates information about a site in the repo.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants