How MindFort Authentication Works
MindFort logs into your application through the browser—just like a real user would. Your login instructions tell MindFort exactly how to authenticate and where to go afterward.Key Concept: MindFort navigates to your login page, enters credentials, and then proceeds to test your target application. Clear instructions ensure successful authentication.
The Most Common Mistake
Many users confuse the target URL with the login URL:| Field | What It Is | Example |
|---|---|---|
| Target URL | The application you want tested | https://app.yourcompany.com |
| Login URL | Where the agent authenticates | https://yourcompany.com/login |
Writing Good Login Instructions
Your login instructions should answer three questions:- Where does the agent go to log in?
- How does the agent authenticate?
- Where does the agent end up after login?
Simple Template
Real Examples
Standard Login Form
Standard Login Form
Target URL:
https://app.example.com/dashboardLogin Instructions:Login on Different Subdomain
Login on Different Subdomain
Target URL:
https://app.example.comLogin Instructions:Login with Extra Steps
Login with Extra Steps
Target URL:
https://portal.example.com/homeLogin Instructions:SSO/OAuth Login
SSO/OAuth Login
Target URL:
https://app.example.comLogin Instructions:What to Include
Do Include
- Exact login page URL
- Which button to click
- Post-login redirect behavior
- Any popups to dismiss
- MFA status (disabled for test account)
Don't Include
- Actual passwords (those go in credentials)
- Vague instructions like “log in normally”
- Assumptions about the interface
- Steps that can’t be automated
Special Scenarios
Two-Factor Authentication (2FA/MFA)
MindFort cannot complete interactive 2FA challenges (like authenticator apps or hardware keys). You must:- Disable 2FA on your test account, OR
- Use Agent Email authentication for email-based codes
Magic Link / Passwordless Auth
Coming Soon: Agent Email authentication (IMAP-based magic link retrieval) is planned for a future release. For now, applications using magic link or passwordless authentication cannot be tested with authenticated access.
Multi-Step Login
Some applications have username and password on separate screens:Troubleshooting
Login Not Working
- Verify credentials work - Manually test the username/password
- Check login URL - Make sure the URL in your instructions is correct
- Simplify instructions - Remove unnecessary steps
- Check for CAPTCHA - Disable CAPTCHA for your test account or whitelist MindFort IPs
Authenticated But No Findings
- Check target URL - Ensure it points to the authenticated area, not the login page
- Verify redirect - Confirm where users land after successful login
- Session issues - Some apps expire sessions quickly; note this in instructions