marius-wieschollek / passwords-webextension

The official browser extension for the Passwords app for Nextcloud.
GNU General Public License v3.0
109 stars 34 forks source link

[Req] Enterprise usage. use of sso? #126

Open Numrollen opened 3 years ago

Numrollen commented 3 years ago

Current Status Is this somehow useable for enterprise customers? I work in a hospital and i would like to give users the nc app, the nc EDGE (yes, atm chrome store) Extension WITH the config (ldap, SSO) for our onPrem NC. atm this is not possible with this, 99% users wont get it. even a window with loginscreen would be too much, nurse and doctors have several pcs to use. they cant login on all of them.

Feature Description SSO / LDAP / Server centralized

Additional context We applied gpo to MS EDGE the local business account, so the browser knows the logged in name.

marius-wieschollek commented 3 years ago

I'm not sure what this issue is targeted at because the feature description is a bit lacking details.

From what i can understand, you're looking for a solution to distribute the Nextcloud login data to users of the extension in an enterprise environment. From looking at the MS Edge documentation i don't really see an official way to do this. Group Policy Objects can be used to install and enable extensions, but i see no api for extensions to get any data or setting provided via a gpo.

Webextensions can make use of Oauth2 to log in with an SSO service, but this requires the extension to know the url of the SSO before.

If anyone can think of a good solution for this, feel free to share it.