Documentation Index
Fetch the complete documentation index at: https://apyguard.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Login URL authentication allows ApyGuard to log in using a real API endpoint, retrieve a token from the response, and then use that token for protected endpoint testing.Configure Login URL in ApyGuard
- Go to Start Scan → Authorization Settings.
- Create a new authorization setting.
- Choose Login URL.
- Enter a descriptive Authorization Setting Name.
- Configure token format and token location.
- Select the login endpoint from the detected login URL list.
- Review the detected endpoint parameters.
- Choose the Username Parameter and Password Parameter.
- Save the authorization setting and use it during authenticated scans.
Best fit
Use this method when:- Your API exposes a dedicated login endpoint
- Tokens are issued dynamically after successful authentication
- You want scanning to use the same login flow as the application
Setup flow
Login URL selector
ApyGuard shows detected login endpoints from the selected collection so the user can choose the real authentication route.
Parameter mapping
Users select which endpoint parameters carry the username and password values for the login request.
What to verify
- The correct login endpoint is selected
- Username and password parameter mapping is accurate
- The API response contains a token ApyGuard can use
- Token placement matches the protected endpoints
Common pitfalls
- Wrong parameter mapping
- Wrong token location
- Login endpoint requires extra parameters not configured in the flow
- Credentials are valid in one environment but not another