< Back
Set-ISHSTSConfiguration
Post
NAME Set-ISHSTSConfiguration
SYNOPSIS
Sets STS token signing certificate and/or type of authentication.
SYNTAX
Set-ISHSTSConfiguration [-TokenSigningCertificateThumbprint <string>] [-AuthenticationType {UsernamePassword |
Windows}] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHIntegrationSTSCertificate cmdlet sets STS token signing certificate and/or type of authentication.
PARAMETERS
-TokenSigningCertificateThumbprint <string>
Token signing certificate Thumbprint.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AuthenticationType <AuthenticationType>
Selected authentication type.
Possible values: UsernamePassword, Windows
Required? false
Position? named
Default value UsernamePassword
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-ISHSTSConfiguration -ISHDeployment $deployment -TokenSigningCertificateThumbprint "t1"
This command sets STS token signing certificate. Parameter $deployment is a deployment name or an instance of the
Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 2 ----------
PS C:\\>Set-ISHSTSConfiguration -ISHDeployment $deployment -AuthenticationType "Windows"
This command sets Windows Authentication type for STS. Parameter $deployment is a deployment name or an instance
of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Get-ISHSTSRelyingParty
Remove-ISHIntegrationSTSCertificate
Reset-ISHSTS
Set-ISHIntegrationSTSCertificate
Set-ISHSTSRelyingParty
SYNOPSIS
Sets STS token signing certificate and/or type of authentication.
SYNTAX
Set-ISHSTSConfiguration [-TokenSigningCertificateThumbprint <string>] [-AuthenticationType {UsernamePassword |
Windows}] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHIntegrationSTSCertificate cmdlet sets STS token signing certificate and/or type of authentication.
PARAMETERS
-TokenSigningCertificateThumbprint <string>
Token signing certificate Thumbprint.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AuthenticationType <AuthenticationType>
Selected authentication type.
Possible values: UsernamePassword, Windows
Required? false
Position? named
Default value UsernamePassword
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-ISHSTSConfiguration -ISHDeployment $deployment -TokenSigningCertificateThumbprint "t1"
This command sets STS token signing certificate. Parameter $deployment is a deployment name or an instance of the
Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 2 ----------
PS C:\\>Set-ISHSTSConfiguration -ISHDeployment $deployment -AuthenticationType "Windows"
This command sets Windows Authentication type for STS. Parameter $deployment is a deployment name or an instance
of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
RELATED LINKS
Get-ISHSTSRelyingParty
Remove-ISHIntegrationSTSCertificate
Reset-ISHSTS
Set-ISHIntegrationSTSCertificate
Set-ISHSTSRelyingParty