New-RASSAMLIDP

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

The

server

or

authorization

authority

that

the

client

can

use

to

authenticate

EXAMPLES

---------- EXAMPLE 1 ----------

New-RASSAMLIDP "My SAMLIDP"

Creates a new SAMLIDP with the specified name.

Last updated