fileUserDataProvider
Description
A user data provider utilizing htpasswd formatted files.
Can be used in
spring:beans, basicAuthentication, bean, cachingUserDataProvider, login, oauth2authserver, unifyingUserDataProvider and xenAuthentication
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
htpasswdPath | false | - | A path pointing to the htpasswd file. |
Explanation
the fileuserdataprovider can be used to source authentication data from htpasswd files.
The files can only utilize algorithm magic strings supported by crypt(3) .