Misagh Moayyed created SYNCOPE-1835:
---------------------------------------
Summary: Support Credential Criteria for LDAP authentication
Key: SYNCOPE-1835
URL: https://issues.apache.org/jira/browse/SYNCOPE-1835
Project: Syncope
Issue Type: Improvement
Components: wa
Affects Versions: 3.0.9, 4.0.0
Reporter: Misagh Moayyed
Assignee: Misagh Moayyed
Fix For: 4.0.0, 3.0.9
When building LDAP authentication blocks, provide for a way in the Admin
console to specify the credential criteria field. This value as a text field
could be regular expression, or a class that implements Predicate which forces
the underlying authentication handlers to be filtered based on format of the
user id.
For example, a criteria would be "[email protected]", which would tell the handler
to operate and verify the user, if their username matches that pattern.
This would eventually be mapped to CAS via:
`LdapAuthenticationProperties#setCredentialCriteria`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)