Removed Attribute
During a user name change in FIM portal an email notification should be sent with the old as well as the new name. I cannot find out how to include the old name in the email content. I suppose this should be possible. Suggestions?
June 24th, 2010 12:28pm
Hi Emil!
This has to be done in the Authorization workflow stage...
http://social.technet.microsoft.com/Forums/en-US/ilm2/thread/6a246254-5033-460e-8691-e241d91828e6
//HenrikHenrik Nilsson, ILM/FIM MVP Blog: http://www.idmcrisis.com Company: Cortego (http://www.cortego.se)
Free Windows Admin Tool Kit Click here and download it now
June 24th, 2010 1:10pm
If a change is done on a portal by someone - then use notification during AuthZ stage and you may want to use builtin ugly AllChangesAuthorizationTable in email template.
If a change is done outside the portal and committed to FIM Portal by FIMMA - I don't think you'll be able to catch it in AuthZ stage
June 24th, 2010 2:20pm
True - since the Authentication and Authorization stages is is bypassed by the FIMMA account...
Requests initiated by the Synchronization Account bypass all authentication and authorization workflows that would be applicable to them. Any applicable action workflows are applied.
http://msdn.microsoft.com/en-us/library/ee652475.aspx
//Henrik
Henrik Nilsson, ILM/FIM MVP Blog: http://www.idmcrisis.com Company: Cortego (http://www.cortego.se)
Free Windows Admin Tool Kit Click here and download it now
June 24th, 2010 2:37pm
Thanks for your quick response. I extended the portal schema with attributes that holds the old values. My notification workflow sends the notification and then sets the history attributes to the new values. Pretty ugly but it works.
June 24th, 2010 4:02pm


