1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-19 02:21:21 +01:00

[PM-16157] Add feature flag for mTLS support in Android client (#5335)

Add a feature flag to control support for selecting a mutual TLS client certificate within the Android client.
This commit is contained in:
Patrick Honkonen 2025-02-05 10:03:13 -05:00 committed by GitHub
parent 03c390de74
commit 77364549fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,6 +173,7 @@ public static class FeatureFlagKeys
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
public const string EnablePMAuthenticatorSync = "enable-pm-bwa-sync";
public const string P15179_AddExistingOrgsFromProviderPortal = "pm-15179-add-existing-orgs-from-provider-portal";
public const string AndroidMutualTls = "mutual-tls";
public static List<string> GetAllKeys()
{