< Back

Enable-ISHIntegrationSTSInternalAuthentication

Wed Jan 15, 2020 8:08 am

NAME Enable-ISHIntegrationSTSInternalAuthentication



SYNOPSIS

Create new page with additional login redirect.





SYNTAX

Enable-ISHIntegrationSTSInternalAuthentication [-LCHost <string>] [-LCWebAppName <string>] [-ISHDeployment

<ISHDeployment>] [<CommonParameters>]





DESCRIPTION

Create new index.html page with additional login redirect. Also create connectionconfiguration.xml file to use STS.





PARAMETERS

-LCHost <string>

Host name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LCWebAppName <string>

Web application name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



PS C:\\>Enable-ISHIntegrationSTSInternalAuthentication -ISHDeployment $deployment



This command enable internal STS authentication with new index.html page. Parameter $deployment is a deployment

name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 2 ----------



PS C:\\>Enable-ISHIntegrationSTSInternalAuthentication -ISHDeployment $deployment -LCHost "lc.example.com"

-LCWebAppName "ContentDelivery"



This command enable internal STS authentication with new index.html page. Parameter $deployment is a deployment

name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet. Parameter LCHost

define host name Parameter LCWebAppName define web application name by default it is "ContentDelivery".



RELATED LINKS

Disable-ISHIntegrationSTSInternalAuthentication

Remove-ISHIntegrationSTSCertificate

Set-ISHIntegrationSTSCertificate

Save-ISHIntegrationSTSConfigurationPackage

Set-ISHIntegrationSTSWSFederation

Set-ISHIntegrationSTSWSTrust