Skip to main content
January 28, 2023
Question

Browser extension for (Brave, Chrome, Firefox) no longer integrates with 1Password app (no Touch ID)

  • January 28, 2023
  • 58 replies
  • 8487 views

As of today, my 1password extension for Brave, Chrome and Firefox no longer seems to connect to the 1Password app on my Mac.

I now need to use my password instead of Touch ID for opening the extension and when you want to add a new item or edit an old item, the browser opens an edit window in another tab instead of opening an overlay through the 1password app. I'm also not automatically logged in when the 1Password app is already open and unlocked.

I've tried to toggle both the "Integrate with 1Password app" setting in the browser as well as the "Connect with 1Password in the Browser" a couple of times, but that does not help. In Brave I reinstalled the extension as well. Again, no resolution. I can see that the 1Password helper is running in the Activity monitor.

What has happened? What am I missing? I hope someone can help me or point me in the right direction. Thanks!


1Password Version: 8.9.14 (80914009)
Extension Version: 2.6.0
OS Version: 13.1 (22C65)
Browser:_ Brave v1.47.186

58 replies

1P_Tommy
1Password Employee
January 28, 2023

@antro31

I've merged your topic. Please see the thread above your post.

January 28, 2023

Experienced the same thing on Brave so I'm subscribing to find out when the new version is released.

January 29, 2023

Hello, I'm experiencing the same problem with Firefox 109. It was driving me crazy, I had both 1Password app and extension removed and reinstall. It is still the same issue!

Update: I just applied the line editing, it works now. I guess this is an extension update caused this issue?

January 29, 2023

Applied the json edit for Chrome on MacOS. This now allows the browser extension to unlock with the MacOS app. It looks like the json file had "MacOS/MacOS" as part of the file path. I removed the extension completely and reinstalled it. So, it looks like a bug in the latest version of the browser extension.

January 29, 2023

Extension bug it is! Double directory "MacOS/".

Don234
January 29, 2023

I am having the issue using the most recent Edge version with my M2 Mac.

January 29, 2023

With all due respect, I moved to 1P from LP 3 weeks ago and the bugs I am seeing, and how long some have gone unfixed, has me concerned. When a company has it customers modifying json code for a password manager app i really have to question what is going on and how safe is the system. I love 1P after just 3 weeks, but I am seeing some red flags about your testing and bug smashing process.

January 29, 2023

I tried editing the json file but after restarting Chrome, it still prompts me for password. These are the contents of

com.1password.1password.json


{
"name": "com.1password.1password",
"description": "1Password BrowserSupport",
"path": "/Applications/1Password.app/Contents/Library/LoginItems/1Password Browser Helper.app/Contents/MacOS/1Password-BrowserSupport"
"type": "stdio",
"allowed_origins": [
"chrome-extension://hjlinigoblmkhjejkmbegnoaljkphmgo/",
"chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/",
"chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/",
"chrome-extension://dppgmdbiimibapkepcbdbmkaabgiofem/"
]
}

Any ideas?

EDIT:

Nevermind, my fault. I missed the comma after the path string. All good now. Thanks guys!

January 29, 2023

This is my file and the fix worked. Are you missing a comma after BrowserSupport".

{
"name": "com.1password.1password",
"description": "1Password BrowserSupport",
"path": "/Applications/1Password.app/Contents/Library/LoginItems/1Password Browser Helper.app/Contents/MacOS/1Password-BrowserSupport",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hjlinigoblmkhjejkmbegnoaljkphmgo/",
"chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/",
"chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/",
"chrome-extension://dppgmdbiimibapkepcbdbmkaabgiofem/"
]
}

January 29, 2023

Following - I'm also having this issue