keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.74k stars 182 forks source link

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

Closed nonPointer closed 3 hours ago

nonPointer commented 3 hours 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 3 hours ago

Does your entry URL's have the ports defined?

droidmonkey commented 3 hours ago

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

nonPointer commented 3 hours ago

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