AssertionConsumer
Usage:
Decode and validate a SAML2 Assertion.
Data from the SAML assertion will generate an PhenixID Item where nameID will be the item ID and potential additional SAML attributes will be item attributes.
Properties
Example Configuration
{
"name" : "AssertionConsumer",
"config" : {
"clock_skew_minutes":"0" //Use for when IDP clock is ahead of the PhenixID SAML SP, OPTIONAL. Default value: 0.
}
}
Requirements
SAML module is deployed.
A valid SAML Assertion is found in the flow. Must be in parameter "SAMLResponse".