Workspace ONE mobile flows connectors can be used as it is or they can also be used as a base from which you can develop your own connectors. These connectors can be built, installed, and run as Docker containers, RPM, or Fat Jars.

As a prerequisite, you must have the Docker container platform to build and run the connector.

This section provides the example of running a Jira connector as a Docker container.

docker run --name jira-connector \ 
-p 8080:8080 \ -d \ 
ws1connectors/jira-connector \ 
--server.port=8080 \ 
--security.oauth2.resource.jwt.key-uri="https://xxxx.xxxx.xxxxx.com/security/public-key"

For information about building and running a connector as RPM or Fat Jar, see https://github.com/vmware/connectors-workspace-one#docker.