Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
oxgl
10 months agoNew Contributor
Dynamic fields in URL
Hello!
First of all, thank you for this product — it’s almost perfect for me. I’m currently using KeePassXC while testing the trial version of 1Password.
The Linux version works perfectly, but ...
oxgl
10 months agoNew Contributor
Hi! The good news is that I was able to create a custom protocol handler. I entered a URL into the URL field: sapgui:system=<system_id>&client=<client>&user=<user>&pw=<password>&
, and when I open it, it starts the SAP system. I registered a protocol handler for the "sapgui" protocol, which parses the string and then executes SAP. As you can see, the URL ends with "&". This is because 1P automatically adds its identifiers at the end of the URL, like "?bkgk...=VaTOiodd...". My parser splits the parameters at "&", so this value was automatically added to the password.
It's also very important to URL encode the strings in the URL. So if your password contains special characters, you need to encode them. For example, "pass&word" should be added as ...&pw=pass%26word
.
However, there's still a limitation: we can't reference a field, so I have to manually enter the username and password into the URL.
If you're interested in the protocol handler script (PowerShell), let me know, and I can upload it.
- AgusMata8 months agoNew Contributor
Hi Can you please upload the protocol, and some explanation on how to use it please (Im not that technical)