Invoke ADCUpdateAuthenticationsamlidpprofile - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUpdateAuthenticationsamlidpprofile

SYNOPSIS

Update Authentication configuration Object.

SYNTAX

Invoke-ADCUpdateAuthenticationsamlidpprofile [-Name] <String> [[-Samlspcertname] <String>]
 [[-Samlidpcertname] <String>] [[-Assertionconsumerserviceurl] <String>] [[-Sendpassword] <String>]
 [[-Samlissuername] <String>] [[-Rejectunsignedrequests] <String>] [[-Signaturealg] <String>]
 [[-Digestmethod] <String>] [[-Audience] <String>] [[-Nameidformat] <String>] [[-Nameidexpr] <String>]
 [[-Attribute1] <String>] [[-Attribute1expr] <String>] [[-Attribute1friendlyname] <String>]
 [[-Attribute1format] <String>] [[-Attribute2] <String>] [[-Attribute2expr] <String>]
 [[-Attribute2friendlyname] <String>] [[-Attribute2format] <String>] [[-Attribute3] <String>]
 [[-Attribute3expr] <String>] [[-Attribute3friendlyname] <String>] [[-Attribute3format] <String>]
 [[-Attribute4] <String>] [[-Attribute4expr] <String>] [[-Attribute4friendlyname] <String>]
 [[-Attribute4format] <String>] [[-Attribute5] <String>] [[-Attribute5expr] <String>]
 [[-Attribute5friendlyname] <String>] [[-Attribute5format] <String>] [[-Attribute6] <String>]
 [[-Attribute6expr] <String>] [[-Attribute6friendlyname] <String>] [[-Attribute6format] <String>]
 [[-Attribute7] <String>] [[-Attribute7expr] <String>] [[-Attribute7friendlyname] <String>]
 [[-Attribute7format] <String>] [[-Attribute8] <String>] [[-Attribute8expr] <String>]
 [[-Attribute8friendlyname] <String>] [[-Attribute8format] <String>] [[-Attribute9] <String>]
 [[-Attribute9expr] <String>] [[-Attribute9friendlyname] <String>] [[-Attribute9format] <String>]
 [[-Attribute10] <String>] [[-Attribute10expr] <String>] [[-Attribute10friendlyname] <String>]
 [[-Attribute10format] <String>] [[-Attribute11] <String>] [[-Attribute11expr] <String>]
 [[-Attribute11friendlyname] <String>] [[-Attribute11format] <String>] [[-Attribute12] <String>]
 [[-Attribute12expr] <String>] [[-Attribute12friendlyname] <String>] [[-Attribute12format] <String>]
 [[-Attribute13] <String>] [[-Attribute13expr] <String>] [[-Attribute13friendlyname] <String>]
 [[-Attribute13format] <String>] [[-Attribute14] <String>] [[-Attribute14expr] <String>]
 [[-Attribute14friendlyname] <String>] [[-Attribute14format] <String>] [[-Attribute15] <String>]
 [[-Attribute15expr] <String>] [[-Attribute15friendlyname] <String>] [[-Attribute15format] <String>]
 [[-Attribute16] <String>] [[-Attribute16expr] <String>] [[-Attribute16friendlyname] <String>]
 [[-Attribute16format] <String>] [[-Encryptassertion] <String>] [[-Encryptionalgorithm] <String>]
 [[-Samlbinding] <String>] [[-Skewtime] <Double>] [[-Serviceproviderid] <String>] [[-Signassertion] <String>]
 [[-Keytransportalg] <String>] [[-Splogouturl] <String>] [[-Logoutbinding] <String>]
 [[-Defaultauthenticationgroup] <String>] [[-Metadataurl] <String>] [[-Metadatarefreshinterval] <Double>]
 [[-Signatureservice] <String>] [[-Samlsigningcertversion] <String>] [[-Samlspcertversion] <String>]
 [[-Acsurlrule] <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Configuration for AAA Saml IdentityProvider (IdP) profile resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUpdateAuthenticationsamlidpprofile -name <string>

An example how to update authenticationsamlidpprofile configuration Object(s).

PARAMETERS

-Name

Name for the new saml single sign-on profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after an action is created.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Samlspcertname

Name of the SSL certificate of SAML Relying Party. This certificate is used to verify signature of the incoming AuthnRequest from a Relying Party or Service Provider.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Samlidpcertname

Name of the certificate used to sign the SAMLResposne that is sent to Relying Party or Service Provider after successful authentication.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Assertionconsumerserviceurl

URL to which the assertion is to be sent.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Sendpassword

Option to send password in assertion. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Samlissuername

The name to be used in requests sent from Citrix ADC to IdP to uniquely identify Citrix ADC.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Rejectunsignedrequests

Option to Reject unsigned SAML Requests. ON option denies any authentication requests that arrive without signature. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Signaturealg

Algorithm to be used to sign/verify SAML transactions. Possible values = RSA-SHA1, RSA-SHA256

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Digestmethod

Algorithm to be used to compute/verify digest for SAML transactions. Possible values = SHA1, SHA256

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 10
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Audience

Audience for which assertion sent by IdP is applicable. This is typically entity name or url that represents ServiceProvider.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 11
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Nameidformat

Format of Name Identifier sent in Assertion. Possible values = Unspecified, emailAddress, X509SubjectName, WindowsDomainQualifiedName, kerberos, entity, persistent, transient

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 12
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Nameidexpr

Expression that will be evaluated to obtain NameIdentifier to be sent in assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 13
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute1

Name of attribute1 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 14
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute1expr

Expression that will be evaluated to obtain attribute1's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 15
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute1friendlyname

User-Friendly Name of attribute1 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 16
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute1format

Format of Attribute1 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 17
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute2

Name of attribute2 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 18
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute2expr

Expression that will be evaluated to obtain attribute2's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 19
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute2friendlyname

User-Friendly Name of attribute2 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 20
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute2format

Format of Attribute2 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 21
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute3

Name of attribute3 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 22
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute3expr

Expression that will be evaluated to obtain attribute3's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 23
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute3friendlyname

User-Friendly Name of attribute3 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 24
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute3format

Format of Attribute3 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 25
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute4

Name of attribute4 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 26
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute4expr

Expression that will be evaluated to obtain attribute4's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 27
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute4friendlyname

User-Friendly Name of attribute4 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 28
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute4format

Format of Attribute4 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 29
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute5

Name of attribute5 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 30
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute5expr

Expression that will be evaluated to obtain attribute5's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 31
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute5friendlyname

User-Friendly Name of attribute5 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 32
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute5format

Format of Attribute5 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 33
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute6

Name of attribute6 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 34
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute6expr

Expression that will be evaluated to obtain attribute6's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 35
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute6friendlyname

User-Friendly Name of attribute6 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 36
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute6format

Format of Attribute6 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 37
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute7

Name of attribute7 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 38
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute7expr

Expression that will be evaluated to obtain attribute7's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 39
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute7friendlyname

User-Friendly Name of attribute7 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 40
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute7format

Format of Attribute7 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 41
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute8

Name of attribute8 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 42
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute8expr

Expression that will be evaluated to obtain attribute8's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 43
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute8friendlyname

User-Friendly Name of attribute8 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 44
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute8format

Format of Attribute8 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 45
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute9

Name of attribute9 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 46
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute9expr

Expression that will be evaluated to obtain attribute9's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 47
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute9friendlyname

User-Friendly Name of attribute9 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 48
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute9format

Format of Attribute9 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 49
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute10

Name of attribute10 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 50
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute10expr

Expression that will be evaluated to obtain attribute10's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 51
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute10friendlyname

User-Friendly Name of attribute10 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 52
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute10format

Format of Attribute10 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 53
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute11

Name of attribute11 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 54
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute11expr

Expression that will be evaluated to obtain attribute11's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 55
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute11friendlyname

User-Friendly Name of attribute11 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 56
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute11format

Format of Attribute11 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 57
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute12

Name of attribute12 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 58
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute12expr

Expression that will be evaluated to obtain attribute12's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 59
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute12friendlyname

User-Friendly Name of attribute12 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 60
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute12format

Format of Attribute12 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 61
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute13

Name of attribute13 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 62
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute13expr

Expression that will be evaluated to obtain attribute13's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 63
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute13friendlyname

User-Friendly Name of attribute13 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 64
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute13format

Format of Attribute13 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 65
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute14

Name of attribute14 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 66
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute14expr

Expression that will be evaluated to obtain attribute14's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 67
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute14friendlyname

User-Friendly Name of attribute14 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 68
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute14format

Format of Attribute14 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 69
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute15

Name of attribute15 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 70
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute15expr

Expression that will be evaluated to obtain attribute15's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 71
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute15friendlyname

User-Friendly Name of attribute15 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 72
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute15format

Format of Attribute15 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 73
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute16

Name of attribute16 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 74
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute16expr

Expression that will be evaluated to obtain attribute16's value to be sent in Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 75
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute16friendlyname

User-Friendly Name of attribute16 that needs to be sent in SAML Assertion.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 76
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Attribute16format

Format of Attribute16 to be sent in Assertion. Possible values = URI, Basic

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 77
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Encryptassertion

Option to encrypt assertion when Citrix ADC IDP sends one. Possible values = ON, OFF

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 78
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Encryptionalgorithm

Algorithm to be used to encrypt SAML assertion. Possible values = DES3, AES128, AES192, AES256

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 79
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Samlbinding

This element specifies the transport mechanism of saml messages. Possible values = REDIRECT, POST, ARTIFACT

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 80
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Skewtime

This option specifies the number of minutes on either side of current time that the assertion would be valid. For example, if skewTime is 10, then assertion would be valid from (current time - 10) min to (current time + 10) min, ie 20min in all.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 81
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Serviceproviderid

Unique identifier of the Service Provider that sends SAML Request. Citrix ADC will ensure that the Issuer of the SAML Request matches this URI. In case of SP initiated sign-in scenarios, this value must be same as samlIssuerName configured in samlAction.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 82
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Signassertion

Option to sign portions of assertion when Citrix ADC IDP sends one. Based on the user selection, either Assertion or Response or Both or none can be signed. Possible values = NONE, ASSERTION, RESPONSE, BOTH

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 83
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Keytransportalg

Key transport algorithm to be used in encryption of SAML assertion. Possible values = RSA-V1_5, RSA_OAEP

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 84
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Splogouturl

Endpoint on the ServiceProvider (SP) to which logout messages are to be sent.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 85
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Logoutbinding

This element specifies the transport mechanism of saml logout messages. Possible values = REDIRECT, POST

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 86
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Defaultauthenticationgroup

This group will be part of AAA session's internal group list. This will be helpful to admin in Nfactor flow to decide right AAA configuration for Relaying Party. In authentication policy AAA.USER.IS_MEMBER_OF("<default_auth_group>") is way to use this feature.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 87
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Metadataurl

This URL is used for obtaining samlidp metadata.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 88
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Metadatarefreshinterval

Interval in minute for fetching metadata from specified metadata URL.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 89
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-Signatureservice

Name of the service in cloud used to sign the data.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 90
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Samlsigningcertversion

version of the certificate in signature service used to sign the SAMLResposne that is sent to Relying Party or Service Provider after successful authentication.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 91
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Samlspcertversion

version of the certificate in signature service used to verify the signature of the incoming AuthnRequest from a Relying Party or Service Provider.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 92
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Acsurlrule

Expression that will be evaluated to allow Assertion Consumer Service URI coming in the SAML Request.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 93
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PassThru

Return details about the created authenticationsamlidpprofile item.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

File Name : Invoke-ADCUpdateAuthenticationsamlidpprofile Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/authentication/authenticationsamlidpprofile/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️