Sign in
Identity Management Extensibility
This blog covers extensibility points in ILM "2" such as the web service interface. All content is provided "as is" without any warranty, expressed or implied.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
agenda
client
Events
fim
fun
ilm2
MP
release
RTM
Archive
Archives
July 2010
(1)
April 2010
(1)
March 2010
(1)
December 2009
(1)
November 2009
(2)
October 2009
(3)
September 2009
(4)
August 2009
(2)
July 2009
(2)
June 2009
(1)
May 2009
(4)
April 2009
(8)
March 2009
(5)
February 2009
(5)
January 2009
(6)
December 2008
(9)
November 2008
(10)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Identity Management Extensibility
Call for topics!
Posted
over 5 years ago
by
Joe Schulman
8
Comments
Well, we are coming to the end of the first itinerary through ILM “2” extensibility. Keeping this blog to the schedule has been a fun learning experience for me, and I appreciate the feedback. I hope it is clear from this and the other ILM...
Identity Management Extensibility
Changes in web services from RC to RTM
Posted
over 4 years ago
by
Joe Schulman
7
Comments
I will post tomorrow the originally scheduled topic of selecting attributes in an enumeration. For now I thought it would be a better idea to post publically an answer we have given to a few customers who asked: What has changed in the web services...
Identity Management Extensibility
Identity Lifecycle Manager “2” is now Forefront Identity Manager 2010
Posted
over 4 years ago
by
Joe Schulman
5
Comments
As you may have seen in other announcements or in various unintentional hints the product previously known as Identity Lifecycle Manager (ILM) “2” is now Forefront Identity Manager (FIM) 2010 . The re-branding comes as part of an overarching strategy...
Identity Management Extensibility
How to start your client
Posted
over 5 years ago
by
Joe Schulman
4
Comments
In my previous posts I introduced you to the basic web service protocols that ILM “2” uses. In this post we show you how to use svcutil to generate your own client. Recall that svcutil is bundled with the Windows SDK. We use version 6.0A of...
Identity Management Extensibility
Create a set programmatically
Posted
over 4 years ago
by
Joe Schulman
3
Comments
In answering a recent question, I provided an example of how to create a set programmatically. Creating a set is no different than creating a group or person with one caveat. A set requires a display name and a filter. The display name...
Identity Management Extensibility
Selecting attributes to return in an enumeration
Posted
over 4 years ago
by
Joe Schulman
3
Comments
In this post I show how to select specific attributes to return during an enumeration. The purpose of this feature is to limit sending extra data over the wire. This is an optional extension we added to WS-Enumeration for convenience. ...
Identity Management Extensibility
TechReady 8 this week
Posted
over 4 years ago
by
Joe Schulman
2
Comments
Some in the product team will attend TechReady 8 this week in Seattle. If you also are attending the conference, I invite to you attend one of our break outs, chalk talks, or instructor-led labs. We are covering updated and in-depth material...
Identity Management Extensibility
Introduction to WS-Enumeration
Posted
over 5 years ago
by
Joe Schulman
2
Comments
In the previous post I introduced WS-Transfer and provided two simple examples how ILM uses it. In this post I introduce the second protocol, WS-Enumeration . In contrast to WS-Transfer, WS-Enumerations is a stateful protocol designed to enumerate...
Identity Management Extensibility
Introduction to Transfer Extensions for Identity Management Operations
Posted
over 5 years ago
by
Joe Schulman
2
Comments
In the previous two posts I introduced WS-Transfer and WS-Enumeration with examples on how ILM uses them. In this post I introduce an extension to WS-Transfer we use for more efficient operations over the wire. We will fully and formally document...
Identity Management Extensibility
Introduction to this blog
Posted
over 5 years ago
by
Joe Schulman
2
Comments
Welcome to the Identity Management Team’s extensibility blog. The purpose of this blog is to provide information, suggestions, examples, and show context to decisions regarding extensibility points in ILM. The primary focus of this blog is on the web...
Identity Management Extensibility
Introduction to ILM Web Services
Posted
over 5 years ago
by
Joe Schulman
2
Comments
The ILM Web Service is based on two key standard protocols: WS-Transfer and WS-Enumeration . When we describe the two protocols we must be careful to distinguish the “request” and the “response.” In our discussions, we assume that there is one client...
Identity Management Extensibility
Sample scenario: Get a specific person
Posted
over 5 years ago
by
Joe Schulman
2
Comments
OK, now for the fun – Hello World with the web services and sample client! In this post we get a specific person. By specific , I mean we already know the person’s ObjectID. In many scenarios you do not know the ObjectID ahead of time...
Identity Management Extensibility
Prototype V2: Overview of the new API
Posted
over 4 years ago
by
Joe Schulman
2
Comments
In this post we’ll discuss the new Prototype Public Resource Management client. I uploaded the MSDN-style documentation to MSDN Code Gallery. The purpose of this post is to walk you through the direction I’m thinking about for a supported...
Identity Management Extensibility
Reference for writing PowerShell Get-Help docs
Posted
over 4 years ago
by
Joe Schulman
2
Comments
I recently was writing help documentation for PowerShell cmdlets and came across a very helpful blog post . In the future I hope the PowerShell team comes out with a more rich editing experience, but editing XML wasn’t that bad.
Identity Management Extensibility
Agenda for Remainder of Q2 CY2009
Posted
over 4 years ago
by
Joe Schulman
1
Comments
As promised, this week I introduce the new prototype of the Public Resource Management Client and the remaining schedule. The theme of this quarter is “Yet Another FIM Portal”. The FIM Portal is a great experience for both Administrators and...
Identity Management Extensibility
How to Search for Existing Groups
Posted
over 4 years ago
by
Joe Schulman
1
Comments
In this week’s post we look at the three most common queries to search for existing groups: getting all groups, “my groups”, and groups that match a particular filter. While these examples show off the current prototype client, the filters and principles...
Identity Management Extensibility
Product Team Attendance at TechEd 2009
Posted
over 4 years ago
by
Joe Schulman
1
Comments
Members from the product team will attend the TechEd 2009 conference next week in Los Angeles. Fred, Alym, Joel, and myself will attend the conference to speak about FIM and staff the booth. I invite you to attend our sessions: Alym and Joel...
Identity Management Extensibility
What can I do with the web service interface?
Posted
over 4 years ago
by
Joe Schulman
1
Comments
I got a very good question today from a TAP customer last week which I hope is generally applicable. The customer asked “What can I do with the web service interface?” Fantastic question! With the web service interface, you can…. Do...
Identity Management Extensibility
This morning’s post delayed until Monday
Posted
over 4 years ago
by
Joe Schulman
1
Comments
Preparing for TechEd has eaten up cycles to proof today’s post. I should have the cycles on the plane this weekend.
Identity Management Extensibility
Creating a Named Group and adding Persons as members
Posted
over 4 years ago
by
Joe Schulman
1
Comments
Leading announcement: I appreciate the feedback I’ve gotten from some of you about the API of the new client. One piece of key feedback I want very much to incorporate is how we can unify accessing single-valued and multi-valued attributes. Please send...
Identity Management Extensibility
Discovered a new blog in the community: Identity Management Crisis
Posted
over 4 years ago
by
Joe Schulman
1
Comments
Interesting topics from a new entry in the identity management blogging community: http://www.idmcrisis.com/
Identity Management Extensibility
Excellent description of RCDCs
Posted
over 4 years ago
by
Joe Schulman
1
Comments
Please see David's excellent guide to using RCDCs: http://www.ilmbestpractices.com/blog/2009/11/fim-rcdc-explained-in-brief.html
Identity Management Extensibility
Sample scenario: Add and remove members in a group
Posted
over 5 years ago
by
Joe Schulman
1
Comments
In our last post we created a new group. Now we’ll doing something truly exciting: We’ll add members to the group. Adding and removing members is the same Put request. The difference is we specify “Add” or “Remove” as the operation for...
Identity Management Extensibility
Introduction to WS-Transfer
Posted
over 5 years ago
by
Joe Schulman
1
Comments
In the previous post I introduced three web service protocols that ILM uses. In this post we will explore the first protocol, WS-Transfer . WS-Transfer is a stateless protocol designed to create, read, update, and delete object instances. We use the protocol...
Identity Management Extensibility
Terminology used in ILM
Posted
over 5 years ago
by
Joe Schulman
1
Comments
Before we begin and following Craig’s lead , I’d like to be clear on ILM’s terminology. The reason for this is we use overloaded terminology when discussing ILM concepts that have important connotations in other contexts. Depending on your background...
Page 1 of 3 (65 items)
1
2
3