Originally posted at: FIM2010: Outbound System Scoping Filter Syntax @ IS4U Blog Intro FIM 2010 R2 was the first version that brings outbound system scoping filters into the synchronization rule. I decided to use this feature during a migration from FIM 2010 to eliminate some worfklows, sets and policy rules. This would reduce complexity and […]
FIM Technical Guru – September 2015
I was awarded a bronze medal for the technet article on localizing self service password reset. Forefront Identity Manager Technical Guru – September 2015 Wim Beck FIM2010: Localize Self Service Password Reset Søren Granfeldt: “Thank you for this Wim!” Ed Price: “Fantastic depth and great to read. Great article!” You can find the complete […]
FIM2010: Localize Self Service Password Reset
Originally posted at: FIM2010: Localize Self Service Password Reset @ IS4U Blog Intro If you ever had the pleasure of installing one or multiple language packs in FIM, you know that not everything is covered. The question and answer gate is a good example and is very visible to the end user. This blog post […]
FIM Technical Guru – July 2015
I was awarded a gold medal for the technet article on writing advanced attribute flows. Forefront Identity Manager Technical Guru – July 2015 Wim Beck FIM2010: Writing Advanced Attribute Flows Søren Granfeldt: “Very good…” Ed Price: “Great! This is very clear and easy to read. The References section is helpful. The code is formatted very […]
FIM2010: Writing Advanced Attribute Flows
Originally posted at: FIM2010: Writing Advanced Attribute Flows @ IS4U Blog Intro Once in a while you will come across very complex business requirements while implementing FIM in a large environment. These requirements often require a classic architecture (with VB or C# extensions), but can create very messy code that is hard to maintain. This […]
FIM Technical Guru – March 2015
I was awarded a silver medal for the technet article on protecting passwords in configuration files. Forefront Identity Manager Technical Guru – March 2015 Wim Beck FIM2010: Protect passwords in configuration files Søren Granfeldt: “Nice technical explanation and good approach” AM: “Far too many FIM environments I find plain text passwords stored in scripts – […]
Visual C#: RSA encryption using certificate
Originally posted at: Visual C#: RSA encryption using certificate @ IS4U Blog Intro RSA is a well-known cryptosystem using assymetric encryption. It performs encryption using a public key, decryption using a private key. The private key should be protected. The most efficient way of managing these keys in a Windows environment is by using certificates. […]