AssertionConsumer
Decode and validate a SAML2 Assertion.
Data from the SAML assertion will generate a PhenixID item, where nameID will be the item ID and potential additional SAML attributes will be session properties.
Properties
Example Configuration
{
"name" : "AssertionConsumer",
"config" : {
"clock_skew_minutes":"0"
}
}
Parameter clock_skew_minutes is used 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".