Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Set-CsAuthConfig.md
  • Loading branch information
MSFTTracyP authored Sep 20, 2018
commit 2f3eb9034746f09d38816adfa67d579ad062a41f
10 changes: 8 additions & 2 deletions skype/skype-ps/skype/Set-CsAuthConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,16 @@ It is only meant to be run at the global level (and not at the pool level), and

### Example 1
```powershell
PS C:\> {{ Add example code here }}
PS C:\> Set-CsAuthConfig -BlockWindowsAuthExternally
```

{{ Add example description here }}
This example forces all external clients to use MA 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.

### Example 2
PS C:\> Set-CsAuthConfig -BlockWindowsAuthExternallyAndModernAuthInternally

This example blocks NTLM externally and MA internally. It forces all external clients to use MA, but allows all clients to use legacy authentication methods internally (even ADAL-capable clients).


## PARAMETERS

Expand Down