keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Match hostname+port to differentiate services on same host #2362

Closed nonPointer closed 1 month ago

nonPointer commented 1 month ago

Expected Behavior

Match credentials for services on the same host but different ports respectively.

Current Behavior

Returns all credentials of the same host.

varjolintu commented 1 month ago

Does your entry URL's have the ports defined?

droidmonkey commented 1 month ago

You need to enable "Only return best matching credentials" on the keepassxc side

nonPointer commented 1 month ago

@varjolintu Yes, it does. @droidmonkey Many thanks! It now works as expected.