diff --git a/content/.obsidian/types.json b/content/.obsidian/types.json index 4e252b3..619b73b 100644 --- a/content/.obsidian/types.json +++ b/content/.obsidian/types.json @@ -6,6 +6,7 @@ "draft": "checkbox", "date": "date", "modified": "date", - "created": "date" + "created": "date", + "lastmod": "date" } } \ No newline at end of file diff --git a/content/assets/1password/macos-settings-4.png b/content/assets/1password/macos-settings-4.png new file mode 100644 index 0000000..640a7b1 Binary files /dev/null and b/content/assets/1password/macos-settings-4.png differ diff --git a/content/guides/1password.md b/content/guides/1password.md new file mode 100644 index 0000000..2963aa1 --- /dev/null +++ b/content/guides/1password.md @@ -0,0 +1,64 @@ +--- +title: 1Password Browser Integraion Fix +draft: false +lastmod: 2024-10-27 +--- + +This [[guides/index|guide]] is designed to help you integrate [1Password Desktop App](https://1password.com/downloads) with Zen Browser, for a more **straight forward workflow** when accessing your credentials using this password manager browser extension. + +> [!important] +> This guide only applies for **Linux** and **MacOS** users. +> +> **Windows** users can still use the Browser Extension without integration with the Desktop App +> +> See: [Adding another trusted browser - 1Password](https://support.1password.com/1password-browser-connection-security/#adding-another-trusted-browser) + +1Password browser integrations follows a [list of well-known/trusted browser](https://support.1password.com/1password-browser-connection-security/), with this integration account information and encryption keys are transferred using this connection to allow the 1Password app and browser extension to share your vaults and lock state and allowing you to unlock your Browser Extension Vault with [bio-metric](https://en.wikipedia.org/wiki/Biometrics) data. + +Since Zen Browser is still under development and [under the usage threshold](https://1password.community/discussion/comment/719323#Comment_719341) 1Password takes in consideration Zen Browser is not within this list causing the 1Password Browser integration to fail. + +## Workarounds + +That being said, there are workaround methods to add Zen Browser to this *Trusted Browsers* list for **Linux** and **MacOS**. + +### Linux +You can create a *Custom Allowed Browsers* file that 1Password will use to allow Zen Browser -- or other non-officially supported browser-- to integrate with 1Password's desktop app. + +#### 1. Create 1Password's config directory +```bash +sudo mkdir /etc/1password +``` + +#### 2. Create the Custom Allowed Browsers file +```bash +sudo touch /etc/1password/custom_allowed_browsers +``` + +#### 3. Add Zen Browser to this custom list + +```bash +echo "zen-bin" | sudo tee -a /etc/1password/custom_allowed_browsers +``` + +--- +Special thanks to [u/xmansyx](https://www.reddit.com/user/xmansyx/) and [u/feelspeaceman](https://www.reddit.com/user/feelspeaceman/) +Sources: +- [1Password Integration fix (Linux) - Reddit](https://www.reddit.com/r/zen_browser/comments/1gcm33v/1password_integration_fix_linux/) +- [1Password Extension fix for other Browsers on Linux - edb tools!](https://edb.tools/posts/1password-extension-fix/) +--- + +### MacOS +In MacOS you can use the Graphical Interface of the Desktop app to add Zen Browser to the trusted browsers list. + +#### 1. Go into the 1Password desktop app and open Settings. + +#### 2. In the Labs tab, click "Enable Custom Browser Support" and enable it. + +#### 3. In the Browser tab, click "Add Browser". + +#### 4. In your Applications folder, find and add "Zen Browser, then authorize 1Password when prompted. + +![[macos-settings-4.png]] + +> [!todo] +> If you would like to contribute with Screenshots for steps 1, 2 and 3 send me a message in our [Discord Server](https://discord.gg/zen-browser) **@mr. docs** \ No newline at end of file