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

Name Description Default value Mandatory Supports property expansion
clock_skew_minutes Set a skew in minutes to accept time drifts in assertion datetime-values.  0 NO NO

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".