PipeAuthenticator
Typically used when authenticating from a redirect including some kind of token since no end-user UI is available.
All HTTP parameters are passed on to the configured pipe.
Properties
Example Configuration
{
    "alias": "pipeAuth",
    "name": "PipeAuthenticator",
    "configuration": {
        "successURL": "/config/",
        "pipeID": "authPipe"
    },
    "id": "pipeAuth"
}
  