Integrating external authentication with a Java plugin
- Last Updated: April 14, 2020
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
Hybrid Data Pipeline supports external authentication services through a Java authentication plugin. The following general steps must be followed to implement authentication with a Java plugin.
Note: If running Hybrid Data Pipeline in FIPS mode, the Java authentication plugin
must be FIPS compliant. In addition, the plugin should be tested with FIPS mode enabled
before moving to a production environment.
- Build a Java plugin that implements the Java authentication plugin interface using the authjavaplugin.jar file provided in the product package.
- Add the Java plugin to the Hybrid Data Pipeline environment.
- Register a Java plugin authentication service.
- Configure a Hybrid Data Pipeline user account to authenticate end user credentials against the Java plugin authentication service.