Skip to content
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

Title isn’t changed in the basic authentication popup #1

Open
cloutierjo opened this issue Jan 30, 2017 · 9 comments
Open

Title isn’t changed in the basic authentication popup #1

cloutierjo opened this issue Jan 30, 2017 · 9 comments

Comments

@cloutierjo
Copy link
Owner

The title of the windows seen by keepass on websites with basic authentication, mostly companies with intranet services, isn't changed.

@cloutierjo cloutierjo changed the title Title isn't change in the basic auth popup Title isn’t changed in the basic authentication popup Jan 30, 2017
@Offerel
Copy link

Offerel commented Mar 20, 2017

+1

@cloutierjo
Copy link
Owner Author

As a work around with keepass, I've added a custom auto type sequence based on the basic auth popup title. So connecting to those 4 web sites I use with basic auth is only triggering auto type and selecting the right web site from those 4 choice.

This is really only a work around for keepass specific use case and I'm still trying to find a real solution to this.

@Offerel
Copy link

Offerel commented Mar 20, 2017

This is no option for me, since i have more than 200 Entrys for the Window Title "Authentication required". We must find another way...

@cloutierjo
Copy link
Owner Author

I think the better fix might be on the keepass side. I can't find anything with the new webExtension API

@alerque
Copy link

alerque commented Jan 17, 2018

I've also run up against this. I have about 15 entries for such basic auth sites and it's starting to get obnoxious. The browser internal password manage knows how to keep them straight but it's not passing anything useful that I can see. I'm using the same hack as above for KeepassXC but having to pick between them is not ideal.

@Francewhoa
Copy link

Francewhoa commented Jun 1, 2018

Same challenge here. titleUrl is presently not able to add the URL to HTTP Basic Auth pop up. With large amount of HTTP Basic Auth pop ups it's hard and slow to scroll through a long list to find the correct entry.

Steps to reproduce

  1. Go to https://www.httpwatch.com/httpgallery/authentication/#showExample10
  2. Click on "DISPLAY IMAGE" button
  3. The HTTP Basic Auth pop up window will open. Notice that the URL was not added to the HTTP Basic Auth pop up title. This is the challenge.
    http-basic-auth
  4. The suggested new feature expected result is a URL would be added to the HTTP Basic Auth pop up title.
    Authentication Required - https://<URL.HERE>
    Instead of Authentication Required

keepass-helper add-on is able to do add URL to HTTP Basic Auth pop up. Maybe some of its open source code could be recycled for add-url-to-window-title?

Any volunteer for a patch? I would be happy to contribute testing and or documentation.

Using:

  • titleUrl 0.5
  • Firefox 52.8 at 64 bit
  • Debian 8 Jessie

@Francewhoa
Copy link

Similar challenge at erichgoldman/add-url-to-window-title#13

@Francewhoa
Copy link

Francewhoa commented Jun 1, 2018

Workaround
This is an additional temporary workaround. This MultiPass Disarmed for HTTP basic auth add-on is able to store HTTP Basic Authentication credentials.

Strength

  • Allow you to automatically enter the HTTP Basic Auth credentials. Then use titleUrl add-on and KeePass(X/XC) or equivalent for the remaining form(s).
  • Open source
  • No spyware

Challenge
It seems to presently have weak storage security. In plain text. I mean a not authorized person with access to your computer would be able to read anything stored using this add on. Such as HTTP Basic Authentication URLs, usernames, and passwords. Related ticket at excitoon/MultiPassDisarmed#2

Suggestion
Use this add-on only for appropriate sites. Which do not contain sensitive information. Or off-line.

@cloutierjo
Copy link
Owner Author

keepass-helper use an older plugin API that isn't supported in recent firefox version. it isn't possible to reproduce what they where doing with the new plugin API.

I think our best hope is with this firefox feature request: https://bugzilla.mozilla.org/show_bug.cgi?id=613785

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants