[ https://issues.apache.org/jira/browse/SYNCOPE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17894598#comment-17894598 ]
ASF subversion and git services commented on SYNCOPE-1835: ---------------------------------------------------------- Commit ba3139de35fab583eb0a1676aaf69b8aa450589b in syncope's branch refs/heads/3_0_X from Misagh Moayyed [ https://gitbox.apache.org/repos/asf?p=syncope.git;h=ba3139de35 ] SYNCOPE-1835: Support Credential Criteria for LDAP authentication (#884) > 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)