Core concepts
Authorization
Testfully supports various Authorization schemes including but not limited to Basic Authentication, API Key, and Bearer Token. This page includes everything you need to leverage this feature.
Authorization Schemes
Various Authorization schemes and their support status.
Scheme | Status |
---|---|
Basic Authentication | Supported |
Bearer Token | Supported |
API Key | Supported |
OAuth 1 | Coming Soon |
OAuth 2 | Coming Soon |
Authorization Settings
Authorization settings can be applied to a request, an environment, or a folder.
Requests
To configure authorization settings for a request, open a request and click on the Authorization tab.
Environments Lite Plan
Environments can be configured to have an authorization scheme. Requests that are executed against a particular environment inherit the environment's authorization settings. Requests with configured Authorization scheme won't inherit the scheme from the parent environment.
To configure authorization for an environment:
- Open the environment
- Click on the Authorization tab
- Set the desired scheme
- Click on Save
Folders Coming Soon Lite Plan
Requests without Authorization settings inherit authorization settings of their parent folder. Requests with configured Authorization scheme won't inherit the scheme from the parent folder.
Using globals & environment variables
Most input fields within Authorization settings accept global and environment variables. To embed a global or an environment variable, simply type @
and select one of the available options.