operasoftware / ssh-key-authority

A tool for managing SSH key access to any number of servers.
Apache License 2.0
456 stars 67 forks source link

No Logout button #2

Open Simonell opened 7 years ago

Simonell commented 7 years ago

After login, I can't logout from application

thomas-pike commented 7 years ago

As long as authentication is being handled by Apache and HTTP auth, there's probably very little we can do here. However, it may be worthwhile to at least add the option of handling authentication directly in the application, for this reason and others (eg. allowing other auth methods for API calls).

Leninsky commented 7 years ago

This application was developed for enterprise use with LDAP in intranet or VPN. The login has to be rewritten for general use. LDAP is useless on the internet or more complicated than two-factor auth with github. (Hence my recomandation is to ditch LDAP and add authentication with github/google/opera auth)

MagicFab commented 5 years ago

@Simonell when using Apache and HTTP auth, the only way to "logout" is to close all browser windows and instances.