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 answers
Related Questions in REACT-NATIVE
- ussd reader in Recket Native module
- I can't make TextInput to auto expand properly in Android
- expo config plugin use import instead of require
- Custom Sound for Expo Push Notifications Only Works in Foreground
- run RTK dispatch on gesture start with React Native
- Should I set Back-End for my React Native application?
- using infoPlist in app.json for expo project seems to not be working
- Anyone have success configuring react-native-home-indicator?
- KeyboardAvoidingView makes a messy the flexbox
- I am getting lots of errors when building react native app in Xcode
- Search and highlight text of current text in PDFKit Swift
- Flatlist Sometimes Capped at 10 Items Bug
- Is there any way to page transition in react native (stack navigation)
- Screen inside Stack.Navigator not visible in React-Native
- React Native stopwatch implementation slow on iOS
Related Questions in SSL
- Django's previous settings prevent connecting to localhost
- SSL error when redirecting from one lightsail subdomain to lightsail subdomain on different account
- HTTP Requests from SSL Secured(HTTPS) Domain Failing
- Reversed TLS re-connection issue
- Nginx configuration file and SSL certificate errors in Docker
- IBM DB2 console doesn't work after SSL certificate update
- mTLS not working with FastAPI and Uvicorn
- WSO2 change localhost - ERR_CERT_AUTHORITY_INVALID
- KeyCloak Handshake causing timeout
- Python SSL Error , Server side - Client certificate verify failing with Intermediate cert - self-signed certificate in certificate chain (_ssl.c:1007)
- Apps migrated from IIS server1 to another IIS server2 stopped communicating with an App on IIS server 1 via SSL (HTTPS)
- Let Artifactory use HTTPS settings
- Even though I added my SSL certificate, I get the "not secure" error
- CST 0001 ERRO [comm.tls] ClientHandshake -> Client TLS handshake failed after 173.725µs with error EOF remoteaddress=127.0.0.1:7051
- ERR_SSL_PROTOCOL_ERROR generated using X509 certificate with Kestrel hosting in .NET 8 on Linux
Related Questions in PINNING
- SSL Pinning not working for React Native . error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
- Bypassing security pinning with Frida
- Implementing Drop for a Future in Rust
- How to specify the physical CoreIDs used for "CLOSE" when specifying OMP_PROC_BIND?
- Frida Certificate Pinning is failing for all the apps
- Widget pinning not working with Android Huawei and Vivo devices
- Pin Report to dashboard using Power BI Embed
- OpenSSL: SHA256 hash of public key needed for Androids SSL Pinning is not 32 bytes long
- Bypass certificate pinning for development builds with network-security-config.xml?
- sslSocketFactory()' in 'okhttp3.OkHttpClient' cannot be applied to '(javax.net.ssl.SSLSocketFactory)'
- SHA-256 certificate pinning isn't working
- How to do SSL Pinning in react native app with Azure server?
- OkHttp Certificate pinning Error or default behavior?
- Xamarin ios, SSL pinning : Public key hash calculated does not match
- React Native SSL Pinning multiple .cer
Related Questions in BANKID
- How should I correctly implement ActiveLogin nuget, BankID, ASP.NET Core Web API and Flutter app
- BankID app says something went wrong while authenticating with `https://client-test.grandid.com`
- Integrating BankID (Swedish authentication service) into Flutter (Android and Ios)
- Redirecting back to safari on ios without reloading
- BankID and CURL ERROR 77 or CURL ERROR 60
- Swedish BankID Python Animated QR code generation with hmac
- iOS web app looses connection when switching to bank-id
- Xamarin OIDC BankID auth from android
- Not able to run Jmeter tests for Third party (Signicat) SSO login
- Integrating BankID (Swedish authentication service) into Python in Django to login
- Redirecting from BankID app with custom URL scheme in iOS (Flutter) not working
- React Native Linking Listener?
- Bank ID login with GrandID API - Sweden
- UNABLE_TO_VERIFY_LEAF_SIGNATURE from request with Firebase functions node.js with Certificate (pfx)
- Keycloak with Swedish BankID
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?
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)
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