< Back

Set-ISHIntegrationSTSWSFederation

Wed Jan 15, 2020 8:38 am

NAME Set-ISHIntegrationSTSWSFederation



SYNOPSIS

Sets WSFederation configuration.





SYNTAX

Set-ISHIntegrationSTSWSFederation -Endpoint <Uri> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHIntegrationSTSWSFederation cmdlet sets WSFederation configuration to Content Manager deployment.





PARAMETERS

-Endpoint <Uri>

Specifies the URL to issuer endpoint.



Required? true

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:\\>Set-ISHIntegrationSTSWSFederation -ISHDeployment $deployment -Endpoint "https://adfs.example.com/adfs/ls/"



This command configure WS Federation to use specified Endpoint of STS server. Parameter $deployment is a

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



RELATED LINKS

Disable-ISHIntegrationSTSInternalAuthentication

Enable-ISHIntegrationSTSInternalAuthentication

Remove-ISHIntegrationSTSCertificate

Set-ISHIntegrationSTSCertificate

Save-ISHIntegrationSTSConfigurationPackage

Set-ISHIntegrationSTSWSTrust