Skip to content

Commit dcc1d5c

Browse files
authored
Update Set-CsAuthConfig.md
Converted table to bulleted list
1 parent 7411137 commit dcc1d5c

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

skype/skype-ps/skype/Set-CsAuthConfig.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
: ---
22
external help file: Microsoft.Rtc.Management.dll-Help.xml
33
applicable: Skype for Business Server 2019
44
title: Set-CsAuthConfig
@@ -17,27 +17,18 @@ Set-CsAuthConfig [-Scenario] <AuthConfigScenario> [[-Pool] <String>] [-WhatIf] [
1717
```
1818

1919
## DESCRIPTION
20-
Use the Set-CsAuthConfig cmdlet to modify the authentication configuration for your organization. There are 5 different scenarios that are supported as follows. Scenario is a required parameter. All other parameters are optional.
21-
22-
[!IMPORTANT] MA represents Modern Authentication and Win is Windows Integrated Authentication in the table and descriptions below.
20+
Use the Set-CsAuthConfig cmdlet to modify the authentication configuration for your organization. The 5 supported scenarios are described in the following list. Scenario is a required parameter. All other parameters are optional. MA is Modern Authentication and Win is Windows Integrated Authentication in the following list.
2321

24-
| |Externally |Internally |Parameter |
25-
|---------|---------|---------|---------|
26-
|Scenario 1 | MA + Win | MA + Win | AllowAllExternallyAndInternally |
27-
|Scenario 2 | MA | MA + Win | BlockWindowsAuthExternally |
28-
|Scenario 3 | MA | MA | BlockWindowsAuthExternallyAndInternally |
29-
|Scenario 4 | MA | Win | BlockWindowsAuthExternallyAndModernAuthInternally |
30-
|Scenario 5 | MA + Win | Win | BlockModernAuthInternally |
22+
- **Scenario 1**: External: MA + Win; Internal: MA + Win; Parameter: AllowAllExternallyAndInternally. This is the default scenario when MA is turned on for Skype for Business Server. In other words, this is the starting point when MA is configured.
3123

32-
**Scenario 1 Description**: This is the default scenario when MA is turned on for Skype for Business Server. In other words, this is the starting point when MA is configured.
24+
- **Scenario 2**: External: MA; Internal: MA + Win; Parameter: BlockWindowsAuthExternally. This topology blocks NTLM externally, but allows NTLM or Kerberos (for clients that don't support ADAL) to work internally. If your clients do support ADAL they will use MA internally.
3325

34-
**Scenario 2 Description**: This topology blocks NTLM externally, but allows NTLM or Kerberos (for clients that don't support ADAL) to work internally. If your clients do support ADAL they will use MA internally.
26+
- **Scenario 3**: External: MA; Internal: MA; Parameter: BlockWindowsAuthExternallyAndInternally. This topology requires MA for all users. All your ADAL-capable clients will work in this topology, and passwords will not be leveraged if, for example, you turn off the use of passwords with Certificate-based Auth.
3527

36-
**Scenario 3 Description**: This topology requires MA for all users. All your ADAL-capable clients will work in this topology, and passwords will not be leveraged if, for example, you turn off the use of passwords with Certificate-based Auth.
28+
- **Scenario 4**: External: MA; Internal: Win; Parameter: BlockWindowsAuthExternallyAndModernAuthInternally. This topology blocks NTLM externally and MA internally. It allows all clients to use legacy authentication methods internally (even ADAL-capable clients).
3729

38-
**Scenario 4 Description**: This topology blocks NTLM externally and MA internally. It allows all clients to use legacy authentication methods internally (even ADAL-capable clients).
30+
- **Scenario 5**: External: MA + Win; Internal: Win; Parameter: BlockModernAuthInternally. Externally, your modern ADAL clients will use MA and any clients that don't support ADAL will use legacy authentication methods. But, internally all clients will use legacy authentication (including all ADAL-capable clients).
3931

40-
**Scenario 5 Description**: Externally, your modern ADAL clients will use MA and any clients that don't support ADAL will use legacy authentication methods. But, internally all clients will use legacy authentication (including all ADAL-capable clients).
4132
This cmdlet sets configuration on both the Registrar and the Web Services roles.
4233

4334
It is only meant to be run at the global level (and not at the pool level), and we highly recommend that you only use it in this manner. However, technically it can be run at a pool level. But realize that if the pool only has one of the roles needed (say, Registrar and not Web Services), then only the settings for Registrar will be set and the Web Services settings will come from the global setting. No special warning will be given because some settings were not set. If a client uses the Registrar settings from one pool and the Web Services settings from another pool and the authentication settings are in an inconsistent state, the client may be unable to log on. If neither role is present for a pool, both Get will return an error message. If both roles are present for a pool but policies aren't defined at the pool level, Get will return an error message.

0 commit comments

Comments
 (0)