hbldh / pybankid

BankID Relying Party client for Python

Home Page:https://pybankid.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificates

kirillegrv opened this issue · comments

Hello, guys!
I have a little question about your client.

For create connect you use certificates:

client = BankIDClient(certificates=('path/to/certificate.pem', 'path/to/key.pem'))

Can you tell me, what is the certificates. Do I understand correctly, that i am requesting them from the bank.

May be you can help me, i have a little problem with Swedish and i'm from Russia.
@Tethik @hbldh

@kirillegrv First off, are you sure that this library is what you need? It is a digital identification tool for people with Swedish ID numbers.

Certificates are obtained by signing an agreement with one of the banks selling BankID.
One can test this package by using a test certificate from BankID:s developement pages (see tests and test certificate obtaining code).

@hbldh Yes, i have the task about auth users on the site over BankID.

Thanks a lot, very detailed answer, you gave the direction to understand the process.