Skip to content

Commit 1a77d4b

Browse files
authored
Update Set-CsOAuthConfiguration.md
1 parent 4b678b5 commit 1a77d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Set-CsOAuthConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This cmdlet was introduced in Lync Server 2013.
1818
### Identity (Default)
1919
```
2020
Set-CsOAuthConfiguration [[-Identity] <XdsIdentity>] [-AdditionalAudienceUrls <String>] [-AlternateAudienceUrl <String>]
21-
[-ClientAdalAuthOverride <Object>] [-ClientAuthorizationOAuthServerIdentity <String>] [-Confirm]
21+
[-ClientAdalAuthOverride <ClientAdalAuthOverride>] [-ClientAuthorizationOAuthServerIdentity <String>] [-Confirm]
2222
[-ExchangeAutodiscoverAllowedDomains <String>] [-ExchangeAutodiscoverUrl <String>] [-Force] [-Instance <PSObject>]
2323
[-Realm <String>] [-ServiceName <String>] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
2424
```
@@ -270,7 +270,7 @@ Accept wildcard characters: False
270270
Modern authentication using Azure ADAL (Active Directory Authentication Library) is enabled by default for Skype for Business Online. For authentication based on ADFS/MEX (metadata exchange), ADAL can be disabled by setting ClientAdalAuthOverride to Disallowed.
271271

272272
```yaml
273-
Type: Object
273+
Type: ClientAdalAuthOverride
274274
Parameter Sets: (All)
275275
Aliases:
276276
Accepted values: NoOverride, Allowed, Disallowed

0 commit comments

Comments
 (0)