No Active Session
ERR TEST-ERR-001 UC: UC-21.1

Unauthenticated Access

Userback Reference: Loading...

Prerequisites

  • User is not logged in
  • A private/incognito browser window is available

Test Credentials

Role: N/A
Email: N/A
Password: N/A

Test Steps

# Action Expected Result Screenshot Result
1
Open a private/incognito browser window
Clean browser session with no existing cookies or session data
-
2
Navigate directly to a protected URL: https://unified.avnc.net/companies
System returns an HTTP 401 response
-
3
Verify the response body contains the login form embedded in the 401 response – not a redirect to /login
Login form is rendered inline in the 401 response body. No redirect occurs. The URL remains /companies (or shows the 401 page). There is NO /login route.
-
4
Enter valid credentials in the embedded login form and submit
Credentials are accepted and a session is created
-
5
Verify the user is taken to the dashboard (not the originally requested /companies URL)
Dashboard loads – the system does not redirect to the originally requested protected URL
-

Acceptance Criteria