Hello,
my population are store in Active Directory .
I try to use Jasig Password for "forget password" action .
When user lost password, jasig can use "cas.authn.pm.reset.mail.AttributeName" for send mail to user .
So, we don't store alternative mail in our AD (for confidentiality reasons ).
The alternative mail is currently store in web service (XML return ) .
I try to concatain like this
cas.authn.pm.reset.mail.AttributeName=cas.authn.pm.rest.endpointUrlEmail=
http://xxxxxxx{user}xxxxxxx
but it's unsuccessful ! ( of course )
Do you know if it's possible for Jasig to look for alternative mail elsewhere an AD attribute ?
Thank you
Best regards