The “Unlock User” page in the FIM/MIM Portal is entirely seperate from the main User management page – which is not especially user-friendly. This post shows a way you can add a personalised link to the User Edit page which, when clicked, takes the operator straight to the correct User Unlock page.
Category: RCDC
Using Powershell to update an RCDC configuration
I was stuck in one of those loops where you’re trying to track down an error in a RCDC by commenting out sections of the configuration file, uploading, recycling app pool, refreshing your browser, testing, go back to the beginning… I thought “there’s got to be a better way!” – and, as is so often the…
In praise of String Resources
Anyone who’s spent any time configuring RCDCs knows it’s a time consuming and often frustrating process. I’m sure I’m not the only one who’s sat there progressively uncommenting blocks of XML, trying to track down that one little error that’s screwed up the whole form. Certainly I don’t want my customer to have to go…
RCDC Variables, and using them to scope a ListView or IdentityPicker
I don’t know how many times I’ve used the RCDC documentation, but somehow never noticed the bit on Environment Variables. Today however I was looking for a way to restrict the scope of a UocListView or UocIdentityPicker based on properties of the user being edited – and it turns out that you can reference any…
Listing choices in RCDC Dropdowns
To add a dropdown to a FIM Portal RCDC you can use the UocDropDownList control. This post shows you three (and a half) different ways to populate the choices.
Refreshing the FIM Portal
When working with the FIM Portal, you discover pretty quickly that there are certain changes that need an IISRESET if you want to see them straight away. One example is uploading a new RCDC; another is when you add/remove a person to either the “User Administrators” or “Group Administrators” set, which grants/removes access to the…
Why create a Delegation resource type in the FIM Portal
I got a lot of questions about this at my TEC session where I demonstrated the work I’ve been doing to configure the FIM Portal as a front-end for BPOS administrative tasks. I don’t think I answered as well as I could have, so I’m going to lay it all out in this post: why…
RCDC MemberOf List
Here’s an example of a UocListView configuration that will add a “Member Of” list to either a User or a Group RCDC. Here I have happened to specify Distribution Lists only.