Authentication Providers

Learn to define and use authentication providers.

Last published at: April 8th, 2026

Authentication Providers lets you define and manage any number of service providers. 

You must navigate the Administration > Authentication page and click the Authentication Connections > Providers menu option. 

 

The authentication providers are listed on a new page, as shown below. The Authorization Providers are sorted by Name and include columns for type, namespace, DLL path, and verification status. You can use the Search box to filter the results. 

 

The following operations can be performed using the UI:

  • Create an authentication provider.
  • Edit an authentication provider.
  • Remove an authentication provider.
  • View the providers with validation errors.
  • Export the provider definition as XML or SQL.
  • Import the provider definition as XML.
  • Auto-Detect a new Auth Provider from the DLL and Directory path.
  • Send a request to the admin for a new service provider. 

 

Create an Authentication Provider.

The function is used to create a new Auth Provider. 

On the Authentication Provider page, click the Actions > Create menu option. 

 

A pop-up window displays for configuration. Please provide the Auth Provider name, description, type (e.g., Windows, Forms, SAMLPost, SAMLGet), namespace, and DLL path, as shown below. Click the Validate button to check the configuration values. A confirmation message is displayed in the top-right corner. 

 

Click the Create button to confirm. The new Auth Provider is created and added to the table list, and a confirmation message is displayed in the top-right corner. All dates and times are stored in the database in UTC and displayed in the user's local time zone. The new FlowWright application offers a user interface for adjusting the time zone.

Note: Engine runtime data is in ISO + UTC format. 

 

 

Edit an Authentication Provider.

The function modifies the values of an Auth Provider configuration. 

On the Authentication Providers page, select an Auth Provider from the table and click on the Actions > Edit menu option. 

 

A pop-up window showing reconfiguration values appears. You can edit the fields and then click the Validate button to check your changes. A confirmation message appears in the top-right corner. When finished, click the Update button to save your changes. 

 

 

Remove Authentication Provider.

The function removes an Auth Provider configuration. 

Select an Auth Provider from the table on the Authentication Providers page, then click the Actions > Remove menu option. 

 

A pop-up window is displayed for confirmation. Click the OK button. The chosen Auth Provider is permanently deleted, and a confirmation message appears in the top-right corner. 

 

 

View Providers with validation errors.

This function shows a list of providers that are misconfigured or invalid due to other configuration problems. 

On the Authentication Providers page, select the View > With Errors menu option.

 

The page displays a list of providers with errors, if any.  

 

 

 

View Providers with parameters.

This function shows a list of parameters for an Auth Provider. 

On the Authentication Providers page, choose an Auth Provider from the table and click the View Parameters menu option. 

 

The Auth Provider parameters are displayed below for viewing. 

 

 

Export an Authentication Provider.

This function allows you to export an Auth Provider in XML or SQL file formats. The XML file can be imported into another FlowWright environment using an import function. 

Select an Auth Provider from the table on the Authentication Providers page and click the Export > XML menu option. The XML file will be downloaded to your local folder. 

 

The content of the XML file is included here for reference. 

 

Select an Auth Provider from the table on the Authentication Providers page and click the Export > SQL menu option. The SQL file will be downloaded to your local folder. 

 

The SQL file content is provided here for reference. You may run this SQL syntax to add a new Auth Provider to the target FlowWright database. 

 

 

Import an Authentication Provider.

This function allows you to import an Auth Provider from an XML file format and create one with that name. 

On the Authentication Providers page, select the Import > XML menu option. 

 

A pop-up window appears for configuration. Select the XML file from the local folder and click the Import button. The Auth Provider configuration is created, and a confirmation message appears in the top right corner. 

 

 

Auto Detect from DLL.

This function automatically detects and imports a custom authentication provider into the FlowWright environment. 

 

You can also auto-detect from the DLL by choosing it from the drop-down list.

 

You can also auto-detect from the directory by selecting 'Auto-Detect' from the Directory menu. 

 

A pop-up window appears for selection. Choose the Directory path from the drop-down list. 

 

 

Request a new Authentication Provider.

This function allows you to request changes or suggest improvements to the FlowWright support team. 

Click the Support > Request Item menu option on the Authentication Providers page. 

 

Please complete the form, provide the necessary details, and click the Send button.