[
https://issues.apache.org/jira/browse/SYNCOPE-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Misagh Moayyed updated SYNCOPE-1835:
------------------------------------
Description:
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:
{code:java}
LdapAuthenticationProperties#setCredentialCriteria{code}
was:
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`
> 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 "[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:
> {code:java}
> LdapAuthenticationProperties#setCredentialCriteria{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)