BankID is the Swedish SSO system.
Questions tagged [bankid]
25 questions
0
votes
1 answer
BankID and CURL ERROR 77 or CURL ERROR 60
I've spent a few hours trying to get cURL (in PHP) to work with the Swedish BankID service, and running into the following two certificate errors:
CURL ERROR 60: SSL certificate problem: unable to get local issuer certificate
CURL ERROR 77: error…

Magnus
- 17,157
- 19
- 104
- 189
0
votes
1 answer
iOS web app looses connection when switching to bank-id
I have created a web app with a button to log in using bank id. Clicking the button the browser will post a request to the backend (using javascript fetch) for a bank-id login. The backend in its turn, will post to bank-id to initiate a bank-id…

mortb
- 9,361
- 3
- 26
- 44
0
votes
1 answer
Integrating BankID (Swedish authentication service) into Python in Django to login
I'm pretty new to Django, but here goes.
I want to integrate a third party verification service in my web app with Django, specifically BankID.
BankID is a citizen identification solution that allows companies, banks and governments agencies to…

Andres
- 41
- 1
- 6
0
votes
2 answers
React Native Linking Listener?
Description:
Built an app, need to implement Swedish BankID. This means, when user presses a button, the Swedish BankID App opens, and when the user has signed in, the Swedish BankID App sends the user back to my app (which it does automatically),…

Cevin Thomas
- 387
- 3
- 14
0
votes
2 answers
Bank ID login with GrandID API - Sweden
We are implementing a new web application using Angular and Java for a Sweden client. There users have to login to the application using their Bank ID. For reference, client gave us the following GrandID API…

Malindu Sandaruwan
- 1,477
- 2
- 13
- 27
0
votes
0 answers
integration bankid api with php language
i tried to integrate bankID with my code but it does not work
this is the tutorial bankID tutorial
this api have ssl certification https://www.bankid.com/assets/bankid/rp/FPTestcert2_20150818_102329.pfx
can any one help me to integrate this api…

abed mq
- 1
- 1
0
votes
0 answers
Storing KID number avoiding scientific notation
When I try to store KID numbers in SQL server I end up with scientific notation (6.9xxxxE+18). They are now stored in a FLOAT datatype. While I understand that this saves space, It really doesn't do much for the readability. I want them to be the…

B.Doe12
- 23
- 4
-1
votes
1 answer
How to implement Swedish bankid SSL pinning in react native
I am trying to implement SSL pinning for Swedish bankid in my react-native app but didn't find any working solution. I have tried the following link:
1.https://github.com/localz/react-native-pinch but no luck…

Meraj Khan
- 39
- 1
- 7
-1
votes
1 answer
Convert .p10 file to a cert.pem and key.pem file
I have a .p10 file and a password, however, I haven't been able to find what I need to do to convert this into a certificate and an RSA private key file, which needs to also include the bag attributes (localkeyid and friendlyname) and the key…

Amelius
- 51
- 1
- 3
- 6
-2
votes
1 answer
bankid: how to download one's bankid client certificate at SEB?
I look for a 100% Linux solution to use Sweden's BankId.
There is information online:
https://github.com/virtualforce/bankid-authentication/
http://www.herlitz.nu/2017/09/13/integrating-with-swedish-bankid-and-.net/
Now I need to download my…

Martin Monperrus
- 1,845
- 2
- 19
- 28