This topic demonstrates how to configure Skype for Business Online Connectivity for SSO with EmpowerID.
C:\Program Files\Common Files\Skype for Business Online\Modules
C:\Windows\System32\WindowsPowerShell\v1.0\Modules
Set-ExecutionPolicy RemoteSigned
C:\Windows\System32\WindowsPowerShell\v1.0\Modules
folder and run the following cmdlet:
Get-Module -ListAvailable
$credential = Get-Credential
Import-Module SkypeOnlineConnector
$sfboSession = New-CsOnlineSession -Credential $credential
Import-PSSession $sfboSession
Get-CsOAuthConfiguration
Set-CsOAuthConfiguration -ClientAdalAuthOverride Allowed
Remove-PSSession $sfboSession