Skip to content

Simple device password management to replace regular password for systems not capable of single sign-on.

License

Notifications You must be signed in to change notification settings

Varbin/devicepasswords

Repository files navigation

Device password management

Individual passwords for services without 2FA


Docker Container CI Documentation Status

Device passwords fix the gap for accessing resources when clients do not support the companies single-sign-on protocol. The most prominent example is e-mail, where OAuth requires both server and client integration, which is usually not feasible.

This software allows users to manage their own device passwords.

Screenshot

Caveats

  • Only a single identity provider is supported.
  • Username and e-mail-address of a user is updated (only) on user login.
  • It is assumed the identity provider controls access to its apps and user registration.
  • The application assumes email-adresses and usernames are unique for your IdP. If you use a "public IdP" (such as Microsoft or Google), restrict app access to your tenant.