Skip to content

Commit 19d3a2a

Browse files
authored
Merge pull request #114949 from karammasri/manualhaadj
Fixed incorrect references to Alternate login ID
2 parents 1a4b0dc + ef1d579 commit 19d3a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/devices/hybrid-azuread-join-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ If you have more than one verified domain name, you need to provide the followin
198198

199199
* `http://schemas.microsoft.com/ws/2008/06/identity/claims/issuerid`
200200

201-
If you're already issuing an ImmutableID claim (for example, alternate login ID), you need to provide one corresponding claim for computers:
201+
If you're already issuing an ImmutableID claim (for example, using `mS-DS-ConsistencyGuid` or another attribute as the source value for the ImmutableID), you need to provide one corresponding claim for computers:
202202

203203
* `http://schemas.microsoft.com/LiveID/Federation/2008/05/ImmutableID`
204204

@@ -327,7 +327,7 @@ To get a list of your verified company domains, you can use the [Get-MsolDomain]
327327

328328
![List of company domains](./media/hybrid-azuread-join-manual/01.png)
329329

330-
### Issue ImmutableID for the computer when one for users exists (for example, an alternate login ID is set)
330+
### Issue ImmutableID for the computer when one for users exists (for example, using mS-DS-ConsistencyGuid as the source for ImmutableID)
331331

332332
The `http://schemas.microsoft.com/LiveID/Federation/2008/05/ImmutableID` claim must contain a valid value for computers. In AD FS, you can create an issuance transform rule as follows:
333333

0 commit comments

Comments
 (0)