Registration and login

Labels

NameDescription

Login (success:login
failure:login)

The login process was either successful or failed.

Logout (success:logout
failure:logout)

The logout process was either successful or failed.

Registration (success:registration
failure:registration)

Registration was either successful or failed.

Blocks

NameDescriptionOutcome nameOutcome description
External login provider assessment (externalLoginProvider)The system checks if the user is registered with an external login provider.
  • Account already exists (accountAlreadyExists)
  • Created (created)
  • Email mismatched (emailMismatch)
  • Failed (failed)
  • External login provider identified (identified)
  • Rejected (rejected)
  • An account with the same credentials already exists.
  • The account was created successfully.
  • The email did not match.
  • The login failed.
  • An external login provider has been identified.
  • The attempt was rejected.
Loading device session (loadDeviceSession)"Remember this device" has been clicked and the device session is loading.
  • Success (success)
  • Device session load was successful.
Login hint provided (loginHint)The user needed a login hint to proceed.
  • Pre-fill (preFill)
  • The users data was pre-filled after login hint was completed.
Post external login assessment (postExternalLogin)The post-external login is being assessed.
  • Allowed (allowed)
  • Rejected (rejected)
  • Show error (showError)
  • The action was allowed.
  • The action was rejected.
  • An error occurred.
Registration started (registration)Registration has started.
  • Sucess (success)
  • Rejceted (rejected)
  • Registration was successful.
  • Registration was rejected.
Post registration assessment (postRegistration)Post-registration is being assessed.
  • New password accepted (accepted)
  • Rejected (rejected)
  • The new password was accepted.
  • The registration was rejected.
Reject login OIDC (rejectLoginOidc)Login via OIDC was rejected.
Reject login SAML 2(rejectLoginSaml2)Login via SAML2 was rejected.