Make mobile apps secure and easy to deploy to enterprise devices with EMM solutions

Make Bitwarden mobile apps secure and easy to deploy to enterprise devices with EMM solutions. Please make Bitwarden mobile apps compliant with The AppConfig community principles:

  • App Configuration
  • App Tunnel / Per-App VPN
  • Single Sign-On
  • App Security – Disable Screen Capture
  • App Security – Enforce App Encryption
  • App Security – Remotely Wipe App
  • App Security – Disable Copy-Paste

https://www.appconfig.org/android/
https://www.appconfig.org/ios/

Thank you

1 Like

I was searching for a way to preconfigure the self hosted Bitwarden server via AppConfig in the iOS app. That’s my try on it following the documentation

Bundle identifier: com.8bit.bitwarden


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>baseEnvironmentUrl</key>
    <string>https://REPLACE.EXAMPLE.COM</string>
</dict>
</plist>