< Back

Set-ISHSTSRelyingParty

Wed Jan 15, 2020 8:47 am

NAME Set-ISHSTSRelyingParty



SYNOPSIS

Sets relying party to infosharests database. The switches acts as filter based on the RP name.





SYNTAX

Set-ISHSTSRelyingParty -Name <string> -Realm <string> -LC <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Set-ISHSTSRelyingParty -Name <string> -Realm <string> -BL <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Set-ISHSTSRelyingParty -Name <string> -Realm <string> [-EncryptingCertificate <string>] [-ISHDeployment

<ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHSTSRelyingParty cmdlet sets relying party to from the infosharests database.





PARAMETERS

-Name <string>

Relying party name.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Realm <string>

Relying party realm.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LC <SwitchParameter>

Flag to set relying party for LiveContent.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-BL <SwitchParameter>

Flag to set relying party for BlueLion.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-EncryptingCertificate <string>

Relying party encryption certificate.



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-ISHSTSRelyingParty -ISHDeployment $deployment -Name "Content Review" -Realm "https://lc.example.com/"

-LC



This command sets relying parties to infosharests database. Parameter $deployment is a deployment name or an

instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet. As prefixes can be configured

for custom handling, it is not possible to change it when updating existing data for relying party.

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



PS C:\\>Set-ISHSTSRelyingParty -ISHDeployment $deployment -Name "Quality Assistant" -Realm

"https://bl.example.com/" -BL



This command sets relying parties to infosharests database. Parameter $deployment is a deployment name or an

instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet. As prefixes can be configured

for custom handling, it is not possible to change it when updating existing data for relying party.

---------- EXAMPLE 3 ----------



PS C:\\>Set-ISHSTSRelyingParty -ISHDeployment $deployment -Name "3rd party" -Realm "https://3rdparty.example.com/"



This command sets relying parties to infosharests database. Parameter $deployment is a deployment name or an

instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet. As prefixes can be configured

for custom handling, it is not possible to change it when updating existing data for relying party.



RELATED LINKS

Get-ISHSTSRelyingParty

Remove-ISHIntegrationSTSCertificate

Reset-ISHSTS

Set-ISHIntegrationSTSCertificate

Set-ISHSTSConfiguration