PostUidAndPasswordSAML
Used when authentication is on username and password.
Properties
Example Configuration
{ "alias": "uidpwdsaml", "name": "PostUidAndPasswordSAML", "configuration": { "idpID": "idp", "pipeID":"tokenPipe" } }
Used when authentication is on username and password.
Name | Description | Default value | Mandatory |
idpID | The iternal identifier of the idp used | N/A | Yes |
pipeID | Id of the pipe used to issue the SAML assertion | N/A | Yes |
samlAuthMethod | What value is set in the AuthnContextClassRef | urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport | No |
loginTemplate | UI template used for rendering enduser UI | login.template | No |
userNameParamName | Parameter where username resides | username | Yes |
passworParamterName | Parameter where password resides | password | Yes |