New-RASSAMLIDP.md

NAME

New-RASSAMLIDP

SYNOPSIS

Creates a new SAMLIDP.

SYNTAX

New-RASSAMLIDP [Name] (string) [[-SiteId] (uint)] -Host (string) -MetadataFile (string) [Description (string)] [Enabled (bool)] [ThemeId (uint)] [(CommonParameters)]

New-RASSAMLIDP [Name] (string) [[-SiteId] (uint)] -Host (string) -MetadataURL (string) [Description (string)] [Enabled (bool)] [ThemeId (uint)] [(CommonParameters)]

DESCRIPTION

Creates a new SAMLIDP configuration.

PARAMETERS

Host (string)

Host name of gateway

This specified gateway will receive the calls for SP URLs.

Name (string)

The name of the target SAMLIDP.

This must be the actual SAMLIDP name used in the RAS farm.

SiteId (uint)

Site ID in which to create the specified SAMLIDP.

If the parameter is omitted, the site ID of the Licensing Server will be used.

Enabled (bool)

Enable or disable the SAMLIDP upon creation.

If the parameter is omitted, the SAMLIDP is initialised as Disabled.

Description (string)

A user-defined SAMLIDP description.

ThemeId (uint)

Use SAMLIDP with a theme

MetadataURL (string)

Metadata URL

MetadataFile (string)

Metadata File

(CommonParameters)

INPUTS

-none-

OUTPUTS

SAMLIDP

Thearrow-up-right

serverarrow-up-right

orarrow-up-right

authorizationarrow-up-right

authorityarrow-up-right

thatarrow-up-right

thearrow-up-right

clientarrow-up-right

canarrow-up-right

usearrow-up-right

toarrow-up-right

authenticatearrow-up-right

EXAMPLES

**---------- EXAMPLE 1 ----------

New-RASSAMLIDP "My SAMLIDP"

Creates a new SAMLIDP with the specified name.

Last updated