Skip to content

Commit 8d9926b

Browse files
authored
Update concept-certificate-based-authentication-certificateuserids.md
1 parent 722b72a commit 8d9926b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/authentication/concept-certificate-based-authentication-certificateuserids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To map the pattern supported by certificateUserIds, administrators must use expr
134134
You can use the following expression for mapping to SKI and SHA1-PUKEY:
135135

136136
```
137-
IF(IsPresent([alternativeSecurityId]),
137+
IIF(IsPresent([alternativeSecurityId]),
138138
Where($item,[alternativeSecurityId],BitOr(InStr($item, "x509:<SKI>"),InStr($item, "x509:<SHA1-PUKEY>"))>0),[alternativeSecurityId]
139139
)
140140
```

0 commit comments

Comments
 (0)