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.

        Required?                    true

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

Name (string)

The name of the target SAMLIDP.

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

        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

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.

        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

Enabled (bool)

Enable or disable the SAMLIDP upon creation.

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

        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

Description (string)

A user-defined SAMLIDP description.

        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

ThemeId (uint)

Use SAMLIDP with a theme

        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

MetadataURL (string)

Metadata URL

        Required?                    true

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

MetadataFile (string)

Metadata File

        Required?                    true

        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 documentation. 

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