English 中文(简体)
Microsoft Dynamics CRM 4.0 and Identity Lifecycle Management
原标题:

Customers are stored in Dynamics CRM 4.0 an some need access to external facing application and therefore should be provisioned in the DMZ Active Directory.

Does it make sense to use MS Identity Management Lifecycle to push the accounts in the DMZ Active Directory?

问题回答

I would say that if you had bigger plans for maintaining the DMZ Active Directory with a number of sources of information, then I would go for MS ILM/FIM.

But, just to push users into AD from CRM by an event (e.g. flipping a RequiresADAccount bit on systemuser), I would go with some custom code to provision those users (System.DirectoryServices).





相关问题
Hibernate and Flyweight

Is there a way to use Flyweight objects with the hibernating persistence mapping? My data model contains many objects that will be the same. Instead of having a separate instance for each of those ...

Why say x = x in Python?

In this file, in the function cross_from_below(x, threshold), there is a line that says threshold = threshold. What s the point of this line? Does this do something differently than if this command ...

DB2 override auto generated key when inserting

I want to insert an item to a table in the database. The table has a key that is auto generated. Is it possible to override the auto generated key, (force a value). If so how?

Microsoft Dynamics CRM 4.0 and Identity Lifecycle Management

Customers are stored in Dynamics CRM 4.0 an some need access to external facing application and therefore should be provisioned in the DMZ Active Directory. Does it make sense to use MS Identity ...

dynamically populate identy in web.config

Is there a way i can dynamically populate the username and password of identity in web.config from my code behind... as i cannot hard code it. <identity impersonate="true" userName = "Admin" ...

Passing user s identity across tiers with ASP.NET and WCF

I m new to WCF. Let s say I have two asp.net apps, one that uses windows authentication (an intranet app), and one that uses forms authentication (an internet app). I want both of these applications ...

热门标签