Questions tagged [bankid]

BankID is the Swedish SSO system.

25 questions
9
votes
1 answer

Using CSP (Content Security Policy) with a custom protocol

I'm in a bit of a pinch, developing a fund broker site. As part of our security policies, CSP is implemented across our servers, but now, we're implementing communication with desktop software supplied by Scandinavian banks (BankID). With this, a…
6
votes
1 answer

Custom url scheme in Android webView

What is the current status, can you make an Android webView (not browser/Chrome Custom Tabs) interpret a link with a custom url scheme like "bankid:///?autostarttoken=xxxx-xxxxc&redirect=https://..." Here the expected behavior is that the…
Dan
  • 173
  • 2
  • 18
5
votes
1 answer

Android: 3d-secure redirect response

I have an Android app where I am processing payments within the app. The payment also requires 3d-secure verification sometimes. So this requires redirecting the user to a webpage where they will be able to make some appropriate actions: Such as…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
3
votes
1 answer

UNABLE_TO_VERIFY_LEAF_SIGNATURE from request with Firebase functions node.js with Certificate (pfx)

I am trying to make a request from my Firebase function to a custom server that requires a certficate (.pfx). Based on this answer: Upload TLS client certificate to Firebase cloud functions My code is as follows: const functions =…
Sunkas
  • 9,542
  • 6
  • 62
  • 102
3
votes
1 answer

How can Apple approve app with BankID login

Apple requires a demo login in order to approve an app for the Store. I am wondering how to provide Apple with a login where BankID is involved BankID is an App which the user normally has on her device (can be on PC to). It contains a signed…
Rhubarb65
  • 323
  • 2
  • 11
2
votes
1 answer

Swedish BankID Python Animated QR code generation with hmac

I'm developing a Django project that will use BankID for authorization and digitally sign. I am using pybankid, and I have nothing but nice things to say about that project. My problem lies with trying to use the code provided by bankIDs…
Hammertime
  • 23
  • 5
2
votes
1 answer

Redirecting from BankID app with custom URL scheme in iOS (Flutter) not working

I'm trying to redirect from BankId app to my Flutter app after the user enters the security code. It's working fine in Android but in iOS when I set URL redirect to my custom URL scheme, it doesn't return back to the app automatically. if…
2
votes
1 answer

SOAP fault when integrating with Swedish BankId

I'm trying to integrate with BankId (it's a common authentication and signing service in Sweden). I'm using Savon Ruby SOAP client and trying to make requests to the BankId's testing API following their guidelines. When making a call to an…
Tomata
  • 239
  • 1
  • 13
1
vote
0 answers

Xamarin OIDC BankID auth from android

I try to authorize with swedish BankID from Android and i can't redirect to my app. I use Essentials.WebAuthenticator and from IOS it works perfect, but android can't redirect from final page to my app. Page after…
Andrey
  • 11
  • 1
1
vote
1 answer

Not able to run Jmeter tests for Third party (Signicat) SSO login

I am trying to run performance test using Jmeter for my client application which uses Signicat, a third part identity verification site for SSO login. I cannot get through with jmeter execution for login. There is a dynamic token appended in one of…
kalpitha
  • 31
  • 1
  • 2
1
vote
1 answer

Keycloak with Swedish BankID

We need to support authentication and signing with Swedish BankID together with Keycloak. Looking for a Keycloak library for this (open source or commercial) - do you know anything about like that?
4integration
  • 193
  • 1
  • 3
  • 13
1
vote
1 answer

Prevent web browser to try to navigate to unknown URL scheme

When I use a service used for online authentication, I get an url to navigate to that will automatically open an app that is used for the passcode input. The url is in this…
Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
1
vote
1 answer

Could not establish secure channel for SSL/TLS with authority 'site.com'

Disclaimer: Questions with titles like this one are common, but no answer has provided a solution for me so I need to ask it anyway (with a new set of parameters). Problem A webservice client endpoint is declared in web.config like…
Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
0
votes
1 answer

Integrating BankID (Swedish authentication service) into Flutter (Android and Ios)

I'm trying to impletment Swedish bankid on one of my project. But the resources that are available on the internet is too little. Can anybody help me how to implement BankId authentication on flutter app.
0
votes
1 answer

Redirecting back to safari on ios without reloading

I'm trying to redirect back from bankid (swedish authentication app) on ios back to the page in safari where the user came from. The redirect is working, however the web page is reloaded on safari which causes it to lose all state. I found this…
1
2