[ https://issues.apache.org/jira/browse/SYNCOPE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894766#comment-17894766 ]
ASF subversion and git services commented on SYNCOPE-1835: ---------------------------------------------------------- Commit 9988142a30c2d1e4f53955b8495d1ddceb18a9f0 in syncope's branch refs/heads/master from Misagh Moayyed [ https://gitbox.apache.org/repos/asf?p=syncope.git;h=9988142a30 ] SYNCOPE-1835: Support Credential Criteria for LDAP authentication (#885) > 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 > Priority: Minor > Fix For: 3.0.9, 4.0.0 > > > 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 ".+@tirasa.net", 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: > {code:java} > LdapAuthenticationProperties#setCredentialCriteria{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)