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 2.https://www.npmjs.com/package/react-native-ssl-pinning also no luck :(
How to implement Swedish bankid SSL pinning in react native
1k Views Asked by Meraj Khan At
1
There are 1 best solutions below
Related Questions in REACT-NATIVE
- React Native: detect if UIVisualEffectView is supported
- Prevent Chrome debugger from stealing focus in React Native
- React-native upload image to amazons s3
- react-native update NavigatorIOS component's props
- promise – can't find variable process
- Using React Native within existing iOS app for some views only
- What is a good approach to building and distributing a React Native iOS component that extends iOS functionality?
- error in xcode 6 "is not registered as a URL scheme. Please add it in your Info.plist"
- DeviceEventEmitter stops emitting events to application when screen locked
- How to rename react-native entry file (index.ios.js)
- react-native component lifecycle methods not firing on navigation
- How to use comments in React
- react-native propagate changes in props through ListView and Navigator
- How do i use the iOS shake gesture with react native?
- TouchableHighlight won't accept press events while keyboard is open
Related Questions in SSL
- How to Fix TLS CBC Incorrect Padding Abuse Vulnerability on Windows 2003 Server
- SSL: Error parsing the certificate: Ok
- PHP mysqlnd sha256_password plugin "Access denied", user works from cli mysql
- CFNetwork SSLHandshake failed iOS 9
- Java does not accept 2 methods with same name
- Expected Compatibility Issues with upcoming TLS/SSL Cipher Suite update on Azure WebApps?
- python requests SSLError
- Connecting via mutual SSL fails reading incoming changeCipherSpec
- HTTP to HTTPS mapping using proxy servers
- Ruby on Windows XP: How to change directory of SSL certificates
- KeyStore file is not found in jar, although present in jar
- How do I accept a self-signed SSL certificate using iOS 7's NSURLSession
- Chef remote_file from https site with self signed certificate
- Meteor force-ssl on a staging system without ssl cert?
- Use python SSL to download google.com.au page
Related Questions in PINNING
- Does Node.js honor HPKP/support certificate pinning?
- How to properly Pin in Parse localDataStore?
- TLS Public Key Pinning with PHP + Curl?
- Manually unpinning a byte[] in C#?
- C# Pinning pixel data of custom object
- Preventing GC from taking my delegate in C#
- SSL Pinning not working for React Native . error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
- OpenSSL: SHA256 hash of public key needed for Androids SSL Pinning is not 32 bytes long
- msapplication-starturl ignored in modern Windows UI
- Windows 7, VB6, Launcher App and Pinning to the Taskbar
- How do I allow a user to trust and pin a self-signed SSL Certificate using AFNetworking in iOS
- Self Signing certificate for soap web request ANDROID
- Pinning 2D array of enum
- Implementing Drop for a Future in Rust
- Bypass certificate pinning for development builds with network-security-config.xml?
Related Questions in BANKID
- integration bankid api with php language
- Not able to run Jmeter tests for Third party (Signicat) SSO login
- SOAP fault when integrating with Swedish BankId
- Android: 3d-secure redirect response
- BankID and CURL ERROR 77 or CURL ERROR 60
- bankid: how to download one's bankid client certificate at SEB?
- Integrating BankID (Swedish authentication service) into Flutter (Android and Ios)
- Using CSP (Content Security Policy) with a custom protocol
- iOS web app looses connection when switching to bank-id
- Xamarin OIDC BankID auth from android
- How can Apple approve app with BankID login
- How to implement Swedish bankid SSL pinning in react native
- Prevent web browser to try to navigate to unknown URL scheme
- Bank ID login with GrandID API - Sweden
- Storing KID number avoiding scientific notation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Possible HowTo's
You can take a look to this series of blog posts about implementing certificate pinning with React Native for Android and iOS:
The articles are based on this Github repo, that contains the code for Android and iOS implementations:
Going the Extra Mile
It seems that you are concerned about mobile app security, does I would recommend you to take a look into:
OWASP Mobile Security Project - Top 10 risks