Config
A configuration for the form-based authentication provider.
Properties
Functions
Link copied to clipboard
Adds an authentication filter to the list. For every application call the specified predicate is applied and if it returns true
then the authentication provider is skipped (no auth required for this call with this provider).
Link copied to clipboard
Sets a validation function that checks a specified UserPasswordCredential instance and returns principal Any in a case of successful authentication or null if authentication fails.