Skip to content

Authentication

Overview

The Authentication element supports sign-in related flows inside a solution. It is intended for entry points where the user must authenticate before continuing to the rest of the application.

When to use

  • When access to a solution must be restricted
  • When users must sign in before continuing
  • When the next step in the flow depends on identity or access rights

Element-specific options

OptionDescription
Redirect page after sign-inDefines where the user is sent after a successful sign-in
Label positionDefines where labels appear relative to the input fields
Sign-in behaviorDefines how the authentication step is handled within the page
Error handlingDefines how failed sign-in attempts are communicated to the user

Common configuration

See: Common element configuration