Michel Posted December 14, 2016 Posted December 14, 2016 Hi I've built a workflow where I can write the command: t www.domain.com and then it opens www.domain.com in the browser and additionally www.domain.com/administration in another tab. Is there a way that I can make it happen that www.domain.com/administration logs into an account that is defined in 1password? Or make 1password open the domain and login?
deanishe Posted December 14, 2016 Posted December 14, 2016 To get 1Password to auto-login for you, you have to add the appropriate 1P command to the URL. You need to parse the bookmarks-default.json file in ~/Library/Application Support/1Password 4/3rd Party Integration, find the appropriate hash for the URL, then add it in the onepasswdfill parameter. So, if an entry in bookmarks-default.json looks like this: [ "6426A85E67B35015DF5C6A55085CC186", "www.domain.com", "https://www.domain.com/administration" ] Then you need to add the hash to the URL and open https://www.domain.com/administration?onepasswdfill=6426A85E67B35015DF5C6A55085CC186
Michel Posted December 15, 2016 Author Posted December 15, 2016 Thanks for your help! That means there is no way to use a search request to initiate the 1password workflow and each site has to be added manually. I'll give it a try, thank you!
deanishe Posted December 16, 2016 Posted December 16, 2016 You can't use the built-in 1P feature that way, no. It'd be pretty simple to search the exported logins yourself, however.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now