No Active Session
AUTH TEST-AUTH-001 UC: UC-1.1

Login with Circle Auth

Userback Reference: Loading...

Prerequisites

  • User has an active account with email and password
  • User is not currently logged in

Test Credentials

Role: Sales Rep
Email: s.wallace.test@circlemsp.com
Password: MyPassw0rd123!

Test Steps

# Action Expected Result Screenshot Result
1
Open a browser and navigate to https://unified.avnc.net
The system returns a 401 response with the login form embedded in the response body
-
2
Verify the login form displays fields for Email and Password, plus a Sign In button
Login form renders with email input, password input, and sign-in button visible
-
3
Enter your email address in the Email field
Email address is accepted in the input field
-
4
Enter your password in the Password field
Password is masked and accepted in the input field
-
5
Click the Sign In button
The client encrypts credentials using Circle Auth scheme (SHA-256 + AES-256-GCM with CSRF token) and submits an Authorization: Circle header
-
6
Wait for the system to validate credentials and create a session
System validates credentials against stored Argon2 hash, creates a session, and redirects to the dashboard
-
7
Verify the Dashboard page loads with role-appropriate content
Dashboard displays with KPI cards, activity charts, and modules appropriate to your role
-

Acceptance Criteria