-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Support client certificates for SSL (two-way authentication) (Android) #2624
Conversation
What about iOS app and 2FA with SSL support? |
@C1ean iOS has this feature since last year.
Can you give us more details on a new issue? |
IMHO this PR breaks SSO auth, where used IDP offers also optional mutual TLS authentication. I don't have any cert on my Android device and white SSO login page is generated (there is IDP login form in the previous app version). Do you have any recommendation how to investigate this from the user point of view? |
@jangaraj Can you open a new issue with detailed information? |
Proposed changes
Implements TLS Client/mutual authentication with Certificate Pinning to Android devices.
Issue(s)
Close #1711
How to test or reproduce
Pin a certificate and connect to a server protected by a client ssl certificate.
This list consider what is implemented on iOS
Screenshots
Types of changes
Checklist
Further comments
Let's move changes of
react-native
andreact-native-fast-image
to our own forks.