-
Notifications
You must be signed in to change notification settings - Fork 9
Data Adapter
PowerAuth Web Flow documentation has been moved to: https://developers.wultra.com/docs/develop/powerauth-webflow/Data-Adapter
Please use the new developer portal to access documentation.
Data Adapter integrates Web Flow with other backends required for the authentication process.
You can obtain the war file which can be deployed to a Java EE container in releases.
The Data Adapter needs to be customized for each deployment. You can find the documentation for customizing Data Adapter in the Web Flow Customization project.
Following functionality needs to be customized during Web Flow deployment by implementing the Data Adapter interface (if applicable):
- perform user authentication with remote backend based on provided credentials
- retrieve user details for given user ID
- decorate form data for given user (e.g. add user bank account list)
- form data change notification
- operation status change notification
- generate OTP code for SMS based authorization
- generate authorization SMS text
- send authorization SMS
The Data Adapter service implementation is described in chapter Implementing the Data Adapter Interface
Overview
Applications
- Web Flow Server
- Next Step Server
- Data Adapter
- Mobile Token
- PowerAuth Server
- PowerAuth Admin
- PowerAuth Push Server
REST APIs
- NextStep Server REST API Reference
- Data Adapter REST API Reference
- Web Flow REST API Reference
- Mobile Push Registration API
- Mobile Token REST API Reference
Deployment
Customizing Web Flow
- Customizing Web Flow Appearance
- Implementing Data Adapter Interface
- Web Flow Configuration
- Configuring Next Step Definitions
- Customizing Operation Form Data
- Mobile Token Configuration
Technical Notes
Development
Releases