Skip to content

Commit 390601d

Browse files
authored
Merge pull request MicrosoftDocs#2834 from velkovb/fix-2735-parameter-description
Resolves MicrosoftDocs#2735
2 parents 30228fb + 68c182a commit 390601d

File tree

3 files changed

+11
-18
lines changed

3 files changed

+11
-18
lines changed

docset/winserver2016-ps/adfs/Set-AdfsGlobalAuthenticationPolicy.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ Accept wildcard characters: False
6767
```
6868
6969
### -AllowDeviceAuthAsPrimaryForDomainJoinedDevices
70-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
71-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
70+
Allows the use of device authentication as the primary type for domain-joined devices.
7271
7372
```yaml
7473
Type: Boolean
@@ -83,8 +82,7 @@ Accept wildcard characters: False
8382
```
8483
8584
### -ClientAuthenticationMethods
86-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
87-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
85+
Specifies the client authentication method.
8886
8987
```yaml
9088
Type: ClientAuthenticationMethod
@@ -115,8 +113,7 @@ Accept wildcard characters: False
115113
```
116114
117115
### -DeviceAuthenticationMethod
118-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
119-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
116+
Specifies the device authentication method.
120117
121118
```yaml
122119
Type: DeviceAuthenticationMethod

docset/winserver2019-ps/adfs/Set-AdfsGlobalAuthenticationPolicy.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Accept wildcard characters: False
6767
```
6868
6969
### -AllowDeviceAuthAsPrimaryForDomainJoinedDevices
70-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
71-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
70+
Allows the use of device authentication as the primary type for domain-joined devices.
71+
7272
7373
```yaml
7474
Type: Boolean
@@ -83,8 +83,7 @@ Accept wildcard characters: False
8383
```
8484
8585
### -ClientAuthenticationMethods
86-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
87-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
86+
Specifies the client authentication method.
8887
8988
```yaml
9089
Type: ClientAuthenticationMethod
@@ -115,8 +114,7 @@ Accept wildcard characters: False
115114
```
116115
117116
### -DeviceAuthenticationMethod
118-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
119-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
117+
Specifies the device authentication method.
120118
121119
```yaml
122120
Type: DeviceAuthenticationMethod

docset/winserver2022-ps/adfs/Set-AdfsGlobalAuthenticationPolicy.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Accept wildcard characters: False
6767
```
6868
6969
### -AllowDeviceAuthAsPrimaryForDomainJoinedDevices
70-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
71-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
70+
Allows the use of device authentication as the primary type for domain-joined devices.
71+
7272
7373
```yaml
7474
Type: Boolean
@@ -83,8 +83,7 @@ Accept wildcard characters: False
8383
```
8484
8585
### -ClientAuthenticationMethods
86-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
87-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
86+
Specifies the client authentication method.
8887
8988
```yaml
9089
Type: ClientAuthenticationMethod
@@ -115,8 +114,7 @@ Accept wildcard characters: False
115114
```
116115
117116
### -DeviceAuthenticationMethod
118-
Specifying this parameter configures an external authentication provider, for second stage authentication, in the global policy.
119-
This is the first step in creating an AD FS policy that invokes an external authentication provider for multifactor authentication.
117+
Specifies the device authentication method.
120118
121119
```yaml
122120
Type: DeviceAuthenticationMethod

0 commit comments

Comments
 (0)