hbldh / pybankid

BankID Relying Party client for Python
https://pybankid.readthedocs.io
MIT License
48 stars 19 forks source link

Certificates #6

Closed kirillegrv closed 9 years ago

kirillegrv commented 9 years ago

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

hbldh commented 9 years ago

@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).

kirillegrv commented 9 years ago

@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.