-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser integration: multiple URLs #1821
Comments
See this #1769. When it's merged I will do any necessary changes to the browser integration side. |
Thanks for the prompt reply! That does indeed seem to accomodate this usecase quite well! |
Edit: I see now that this is targeted for the browser plugin side. |
Hi Guys, Thanks for integrating this feature! From what I can see in 2.3.4 this works like a charm! |
How does it work? I can't find any details about that. |
This is an issue, not a code contribution. (and its closed, no work was done here) |
I know that this is just an issue but @Thulium-Drake wrote:
The method described in the linked PR #1769 doesn't work (the PR is closed anyways) and I couldn't find any information in the changelog of version 2.3.4. So I want to know how it works for @Thulium-Drake. |
I have something like this:
Set as the URL for an entry and the browser plugin picks up on it. |
@Thulium-Drake Is that really how it's supposed to work or are you basically injecting regex syntax? |
This is how I'm using it at the moment, but I'm not sure what it will do underwater :-) |
This definitely does NOT work for me with KeepassXC 2.5.1 and KeepassXC-Browser 1.5.3. |
@AlexanderAmelkin That worked becase of an earlier bug. Anyone, do not use it. |
@AlexanderAmelkin You should use this #3558 |
@YogSottot, thank you so much! It doesn't fully work for me as expected (described there), but it solves the problem. |
Is there a way to use regex with the URLs? |
@fourstepper At this point, no. |
thanks for the swift reply - that's not a big deal |
You want a comment from over 2 years ago to be edited now, after the feature has been properly implemented into KPXC? |
Alright alright. Maybe that is expecting a bit to much 😅 it's just that I was trying that method and couldn't get it to work. Guess I should have scrolled down. |
Expected Behavior
Allow for multiple specifications for URLs on which the use of a credential is allowed.
Current Behavior
You can only set 1 url (or wildcard) on a credential, even if the systems on those urls share a common authentication source (e.g. LDAP)
Possible Solution
I think the best implementation for this would be the same as how one would 'describe' Auto-Type sequences and windows, like so:
URL: https://auth.example.com
URL-1: https://auth.examplesotherdomain.com
URL-2: https://somehost (which would be in the local network's search domain)
(P.S. for those who might not know, https://*.example.com is a valid URL ;-), but that doesn't allow for mulitple domains or the single word DNS names)
Context
I'm trying to migrate from all auto-type to a more integrated solution and this is stopping me from doing so :-)
Debug Info
KeePassXC - Version 2.3.1
Revision: 2fcaeea
Libraries:
Operating system: Debian GNU/Linux 9 (stretch)
CPU architecture: x86_64
Kernel: linux 4.9.0-6-amd64
Enabled extensions:
The text was updated successfully, but these errors were encountered: