Authenticate with API Web Flow Template
Last updated
Was this helpful?
Last updated
Was this helpful?
This has pre-configured components for app builders to authenticate users by having them enter their username and password and pass that to an authentication API. From , this Web Flow can be tailored for a customized experience.
This Web Flow contains an Authenticate Web Page with the following components:
A Label and a Secure String Input for users to enter their password.
A Label indicating the number of attempts that shows up when login fails.
A Label indicating that the maximum number of login attempts was exceeded that shows up if that is the case.
password
user_name
This Web Flow has two Events:
The Authenticate Event is triggered by the Login Button control and includes the following Variables:
password
User_name
Attempt
ma_attempts
The Max Attempts Exceeded Event is ready to be used and includes the following Variables:
user_name
Allow app builders to perform a simple username and password authentication to connect to existing APIs.
A control with the title.
A Label and a control for users to enter their name.
A C with a Login control that runs the Authenticate .
This Web Flow has the following saving the information and choices of the user:
In , actions or nodes can be added to this Event to extend the application’s path.