Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

FIM CM 2010 is configured with the workflow which sends notification emails which pulls user specific information from AD. Some User specific information contains Umlaut characters (ä, ö, ü) and the characters in the email got incorrectly re-formatted.

Example:

For example, the givenName = Töst
Email Text in the workflow is:

Dear {User!givenName},
your Secret is:
{Secret1}
Mit freundlichen Grüßen
CLM


The “ö” character in the email that user receives will be misinterpreted and the email the user with the givenName Töst starts with:

Dear Töst.


The same issue is with User!sn and User!Displayname

Symptoms

FIM CM 2010 uses AntiXssLIbrary to HTML-encode data that can be potentially unsafe and causes undesired misinterpretation of umlaut characters.

Cause

Disable usage of AntrXssLibrary by adding "!none" suffix to the email tags.

For example, use {User!givenName!none} instead of {User!givenName}

Resolution

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×