SAML Auth
Node Card
Category: Authentication Nodes
Type:
saml-authTypical position: After a SAML assertion is received from an IdP, before attribute mapping or a Success Final node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Error handling for each selected error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | SAML authentication succeeded | NA |
false | Authentication failed (catch-all for unhandled errors) | NA |
4112 | SAML app configuration not found | SAML configuration not found |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Common Next Nodes
SAML Auth (true)→Success FinalSAML federated login complete
SAML Auth (false)→Failure FinalSAML assertion invalid or IdP misconfigured
Usage Notes
The SAML Auth node processes the inbound SAML assertion and validates it against the SAML app configured in the Admin Console. Expose the 4112 error edge when you need a distinct path for misconfigured SAML IdPs. Connect true to downstream attribute-mapping or token-issuance nodes.