Hello all,
I'm looking for info regarding MIIS.
When a new contact is created on domain 2 by synchronisation from domain 1,
the SID of the user account on domain 1 is added to the SID history of the
contact on domain 2. Is that both ways. Meaning is the SID of the contact on
domain 2 added to SID history of the user on domain 1
I ask because I am wondering what will happen if I need to migrate the user
from domain 1 to domain 2. Will it have access to the resources that its
contact counterpart had on domain 2.
Please excuse me if this sounds very long winded.
Regards,
Josephparera
Â
Microsoft Identity Integration Server: Question on adding contact
Hi,
It is very simple if you want your user to redirect from one page to another. You can use this script in the head section of your websites page.
<meta http-equiv="REFRESH" content="seconds";url="*********************"
Now the user will be redirected to another page of which you have specified the URL. And yes it will have access to the resources of the domain 2. I hope this helped.
Regards,
Peter Franklin
Microsoft Identity Integration Server: Question on adding contact
Hey Joseph,
You must be aware of Access Control Lists (ACLs). ACLs are lists of given permissions to an object.
Security Identifiers (SIDs) will be different for domain 1 & 2 in your case and therefore you need to completely modify your ACLs to add SID of the contact on domain 2 to SID history of the user on domain 1.
Instead of manually programming (which is too time consuming and tough for even small volume of users), you can use free tool of Microsoft Active Directory Migration Tools (ADMT).
Please follow this link to download ADMT – https://www.microsoft.com/en-in/download/details.aspx?id=19188.
Remember, it only supports Windows Server 2008 R2.