fileUserDataProvider

A user data provider utilizing htpasswd formatted files.
<h3>Explanation:</h3>

the fileuserdataprovider can be used to source authentication data from htpasswd files.

The files can only utilize algorithm magic strings supported by crypt(3).


Can be used in:

oauth2authserver, basicAuthentication, login, xenAuthentication and bean

Attributes

NameRequiredDefaultDescriptionExample
htpasswdPath false - A path pointing to the htpasswd file.
-