Login
Logs in a user with username/password.
Description
This brick can be used to control access to an app with a login page.
Olympe user authentication, based on username and password. This only works if users have been created on the local environment. If an Identity Provider (IDP) has been configured on the environment, use Login with SSO
instead.
Similarly, on the Olympe community you must use Login with SSO
to control access.
The authentication is attempted only once when the input control flow is triggered.
Inputs
- Control Flow (Control Flow): Triggers the execution of the brick
- username (String): The username to login with
- password (String): The matching password
Outputs
- on success (Control Flow): Triggered if the authentication is successful
- Error Flow (Error Flow): 1: The server is unreachable<br />2: Authentication error
- on failure (Control Flow): Triggered if the authentication fails