Authentication and Authorization

The Authorization tab allows you to configure authentication for a request using reusable authorization profiles. These profiles define how a request is authenticated and can be reused across multiple steps and tests. Learn more about supported authorization types.

Working with Authorization Profiles

Authorization profiles allow you to define credentials once and reuse them across steps.

  1. Open a test step.

  2. Go to the Authorization tab.

  3. Select an option from the Authentication type dropdown.

    SwaggerFunctionalTesting_Authprofile1.png

Create a New Profile

  1. In the Current profile section, click Create new profile.

    SwaggerFunctionalTesting_Authprofile5.png
  2. Enter profiles name and credentials based on the selected auth type.

  3. Click Create new profile.

Select a Profile

  1. Use the Current profile dropdown to choose an existing profile.

    Note

    The list of available profiles is filtered based on the selected Authentication type. For example, if Basic Auth is selected, only profiles created with Basic Auth will be available. Profiles created with other types (such as Bearer Token) will not appear in the list.

  2. The selected profile is applied to the request.

    SwaggerFunctionalTesting_Authprofile2.png

Edit a Profile

  1. Open the profile dropdown.

  2. Click the edit (pencil) icon next to a profile.

    SwaggerFunctionalTesting_Authprofile3.png
  3. Update fields and click Save changes.

Delete a Profile

  1. Click the delete icon next to a profile.

    SwaggerFunctionalTesting_Authprofile4.png
  2. Confirm deletion in the dialog by clicking Delete Profile. Deleting removes the profile from all associated steps.

View Authorization Details

After you select an Authentication type and apply an authorization profile, the authorization data is automatically added to the headers. You can see and review it within the Request tab.

Authorization profiles take precedence over manually defined headers. This means:

  • Headers generated from the selected profile cannot be overridden manually.

  • To change authorization values, update the selected profile or choose a different one in the Authorization tab.

  • If you need to define custom authorization headers, remove the profile and add the headers manually.

Publication date: