Skip to content

Commit 20542c6

Browse files
authored
Merge pull request #1301 from X-Guardian/patch-2
Update set-adfsproperties.md with corrupt/missing EnableOAuthDeviceFlow Parameter details
2 parents 1373224 + 6816f59 commit 20542c6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docset/windows/adfs/set-adfsproperties.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set-AdfsProperties [-AuthenticationContextOrder <Uri[]>] [-AcceptableIdentifiers
3333
[-CertificateGenerationThreshold <Int32>] [-CertificatePromotionThreshold <Int32>]
3434
[-CertificateRolloverInterval <Int32>] [-CertificateThresholdMultiplier <Int32>]
3535
[-ClientCertRevocationCheck <String>] [-ContactPerson <ContactPerson>] [-DisplayName <String>]
36-
[-EnableEnableOAuthDeviceFlow M\]
36+
[-EnableOAuthDeviceFlow <Boolean>]
3737
[-EnableOAuthLogout <Boolean>] [-FederationPassiveAddress <String>] [-HostName <String>] [-HttpPort <Int32>]
3838
[-HttpsPort <Int32>] [-IntranetUseLocalClaimsProvider <Boolean>] [-TlsClientPort <Int32>] [-Identifier <Uri>]
3939
[-LogLevel <String[]>] [-MonitoringInterval <Int32>] [-NetTcpPort <Int32>]
@@ -493,6 +493,21 @@ Accept pipeline input: False
493493
Accept wildcard characters: False
494494
```
495495

496+
### -EnableOAuthDeviceFlow
497+
Enables the OAuth Device Flow.
498+
499+
```yaml
500+
Type: Boolean
501+
Parameter Sets: (All)
502+
Aliases:
503+
504+
Required: False
505+
Position: Named
506+
Default value: None
507+
Accept pipeline input: False
508+
Accept wildcard characters: False
509+
```
510+
496511
### -EnableOAuthLogout
497512
Enables the OAuth logout endpoint publishing in the OAuth discovery document. The OAuth logout endpoint logs out the current user from the AD FS. This parameter is available with the Windows Update KB4019472 installed. The AD FS does not support logging out a federated user from the federated identity provider when using the OAuth logout endpoint with Windows Update KB4019472 installed. The Windows Update KB4038801 makes this parameter obsolete and the value of this parameter to be always true. The Windows Update KB4038801 also adds support for logging our a federated user from the federated identity provider when using the OAuth logout endpoint.
498513

0 commit comments

Comments
 (0)