Example Variables for Set-MsolDomainAuthentication

Example Variables for Set-MsolDomainAuthentication

For setting only the Passive authentication flow through the Netskope Auth proxy:

$dom = "customerfeddomain.com"
$LogOnUrl = "https://aproxy.inskope.com/lna90xma60bkw05/1000/adfs/ls"
$LogOffUrl = "https://aproxy.inskope.com/lna90xma60bkw05/1000/adfs/ls"

Set-MsolDomainFederationSettings -DomainName $dom -PassiveLogOnUri $Netskope_URL - LogOffUri $Netskope_URL

For setting Passive, Active, and MEX flows to go through the Netskope Auth Proxy:

$dom = " customerfeddomain.com"
$LogOnUrl = "https://aproxy.inskope.com/lnzHsLZa90xma60bkw05/1000/adfs/ls/"
$LogOffUrl = "https://aproxy.inskope.com/lnzHsLZa90xma60bkw05/1000/adfs/ls/"
$mex = "https://aproxy.inskope.com/lnzHsLZa90xma60bkw05/1000/adfs/services/trust/mex"
$ActiveSO = "https://aproxy.inskope.com/lnzHsLZa90xma60bkw05/1000/adfs/services/trust/2005/user
namemixed"

Set-MsolDomainFederationSettings -DomainName $dom -PassiveLogOnUri $LogOnUrl - LogOffUri $LogOffUrl -MetadataExchangeUri $mex -ActiveLogOnUri $ActiveSO
Share this Doc

Example Variables for Set-MsolDomainAuthentication

Or copy link

In this topic ...