A user wants to start an encrypted session by entering their username and password on the application's login screen. This process works as a more secure version of standard login.
Applying the Encrypted Sign In Action
With this configuration, the user logs into the system securely. The password and username are encrypted and sent to the server. If the verification is successful, the session is started and the user is redirected.