Login Module Name is org.picketlink.identity.federation.bindings.jboss.auth.RegExUserNameLoginModule
the module can have an option called "regex" that can give the regular expression to extract the username.
Eg: regex = UID=(.*?)\,
This will extract 007 out of UID=007, EMAILADDRESS=something@something, CN=James Bond, O=SpyAgency
Login Module Name is
org.picketlink.identity.federation.bindings.jboss.auth.RegExUserNameLoginModule
the module can have an option called "regex" that can give the regular expression to extract the username.
Eg: regex = UID=(.*?)\,
This will extract 007 out of
UID=007, EMAILADDRESS=something@something, CN=James Bond, O=SpyAgency