ConvertFrom-HtmlSamlResponse
August 3, 2026 ยท View on GitHub
SYNOPSIS
Decodes a SAMLResponse value into a safe metadata summary.
SYNTAX
SamlResponse (Default)
ConvertFrom-HtmlSamlResponse [-SamlResponse] <Object> [-IncludeXml] [-IncludeSensitiveValues] [<CommonParameters>]
Handoff
ConvertFrom-HtmlSamlResponse [-Handoff] <Object> [-IncludeXml] [-IncludeSensitiveValues] [<CommonParameters>]
DESCRIPTION
Decodes a SAMLResponse value into a safe metadata summary.
EXAMPLES
EXAMPLE 1
Get-HtmlBrowserSsoHandoff -Session $session -IncludeSensitiveValues | ConvertFrom-HtmlSamlResponse
PARAMETERS
-Handoff
SSO handoff object returned by Get-HtmlBrowserSsoHandoff.
Type: Object
Parameter Sets: Handoff
Aliases: None
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-IncludeSensitiveValues
Reveal subject values and unredacted XML. Use only for authorized troubleshooting.
Type: SwitchParameter
Parameter Sets: SamlResponse, Handoff
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-IncludeXml
Include decoded XML in the output. Values remain redacted unless IncludeSensitiveValues is also set.
Type: SwitchParameter
Parameter Sets: SamlResponse, Handoff
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SamlResponse
Raw, URL-encoded, base64-encoded, or XML SAMLResponse value.
Type: Object
Parameter Sets: SamlResponse
Aliases: Response
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue, ByPropertyName)
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
System.Object
OUTPUTS
HtmlTinkerX.HtmlSamlResponseSummary
RELATED LINKS
- None