< Back

Set-ISHIntegrationSTSWSTrust

Wed Jan 15, 2020 8:38 am

NAME Set-ISHIntegrationSTSWSTrust



SYNOPSIS

Sets WSTrust configuration.





SYNTAX

Set-ISHIntegrationSTSWSTrust -Endpoint <Uri> -MexEndpoint <Uri> -BindingType {UserNameMixed | WindowsMixed}

[-IncludeInternalClients <SwitchParameter>] [-ActorUsername <string>] [-ActorPassword <string>] [-ISHDeployment

<ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHIntegrationSTSWSTrust cmdlet sets WSTrust configuration to Content Manager deployment.



When -IncludeInternalClients is switched on then the -ActorUsername and -ActorPassword must be specified.





PARAMETERS

-Endpoint <Uri>

Specifies the URL to issuer WSTrust endpoint.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-MexEndpoint <Uri>

Specifies the URL to issuer WSTrust mexEndpoint.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BindingType <BindingType>

Specifies the STS issuer authentication type.



Possible values: UserNameMixed, WindowsMixed



Required? true

Position? named

Default value UserNameMixed

Accept pipeline input? false

Accept wildcard characters? false



-IncludeInternalClients <SwitchParameter>

Specifies that STS -ActorUsername and -ActorPassword need to be updated.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ActorUsername <string>

Specifies the STS actor Username.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ActorPassword <string>

Specifies the STS actor password.



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:\\>Set-ISHIntegrationSTSWSTrust -ISHDeployment $deployment -Endpoint

"https://adfs.example.com/adfs/services/ ... ndowsmixed" -MexEndpoint

"https://adfs.example.com/adfs/services/trust/mex" -BindingType "WindowsMixed" -Verbose



This command configure WS to use specified Endpoint and MexEndpoint of STS server and sets type of authentication

as WindowsMixed. Parameter $deployment is a deployment name or an instance of the Content Manager deployment

retrieved from Get-ISHDeployment cmdlet.

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



PS C:\\>Set-ISHIntegrationSTSWSTrust -ISHDeployment $deployment -Endpoint

"https://adfs.example.com/adfs/services/ ... ndowsmixed" -MexEndpoint

"https://adfs.example.com/adfs/services/trust/mex" -BindingType "WindowsMixed" -IncludeInternalClients -Verbose



This command configure WS to use specified Endpoint and MexEndpoint of STS server, sets type of authentication as

WindowsMixed and sets internal clients credentials. 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-ISHIntegrationSTSWSFederation