KB00006:Authentication Provider

From PartKeepr Wiki
Revision as of 22:00, 25 November 2015 by Felicitus (talk | contribs) (Created page with "PartKeepr currently supports 2 authentication providers. = HTTP Basic = When to use: * If you have legacy users (pre-0.75) and have not yet converted them...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PartKeepr currently supports 2 authentication providers.

HTTP Basic

When to use:

  • If you have legacy users (pre-0.75) and have not yet converted them
  • If you use LDAP
  • If you have trouble using WSSE

HTTP Basic is a less secure authentication method for non-SSL (https) connections, because username and password are base64-encoded, thus easily reversed if someone intercepts your non-secure connection. If you have to use HTTP Basic, please ensure you use SSL (https) for PartKeepr.

WSSE

When to use:

  • If you have no legacy users (pre-0.75)
  • If you don't use LDAP

If you wish to use WSSE, but have legacy users, you need each user to change their password. That way, the legacy user is converted into a new format.

Further reading