actions
Interfaces, Classes and Traits
- BackendUserAction
- HttpAction
- ProcessResponseAction
- Handles processing of SAML Responses from the IDP. Process the SAML Response from the IDP and detect if it's a valid response from the IDP. Validate the certificates and the SAML attributes and Update existing user attributes and groups if necessary. Log the user in.
- ProcessUserAction
- ReadResponseAction
- Handles reading of SAML Responses from the IDP. Read the SAML Response from the IDP and process it to detect if it's a valid response from the IDP.
- SendAuthnRequest
- TestResultActions
- This action class shows the attributes coming in the SAML response in a tabular form indicating if the Test SSO connection was successful. Is used as a reference to do attribute mapping.