Skip to content

ConvertFrom MsIdSamlMessage

Github Action edited this page Nov 30, 2023 · 4 revisions

ConvertFrom-MsIdSamlMessage

Reference

Module: MSIdentityTools

Synopsis

Convert SAML Message structure to PowerShell object.

Syntax

ConvertFrom-MsIdSamlMessage [-InputObject] <string[]> [<CommonParameters>]

Examples

Example 1

ConvertFrom-MsIdSamlMessage 'Base64String'

Convert Saml Message to XML object.

Parameters

-InputObject

SAML Message
Type: String[]
Required: true
Default value: None
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

Inputs

System.String

Outputs

SamlMessage : System.Xml.XmlDocument

Aliases

  • ConvertFrom-MsIdSamlRequest
  • ConvertFrom-MsIdSamlResponse
Clone this wiki locally