-
Notifications
You must be signed in to change notification settings - Fork 9
Next Step Server
PowerAuth Web Flow documentation has been moved to: https://developers.wultra.com/docs/develop/powerauth-webflow/Next-Step-Server
Please use the new developer portal to access documentation.
Next Step Server resolves the Next Step of the authentication process.
You can obtain the war file which can be deployed to a Java EE container in releases.
The configuration of Next Step Server is described in Web Flow Configuration.
Next step definitions need to be configured before deploying Next Step Server, see chapter Configuring Next Step Definitions.
Next Step Server implements following functionality:
- management of next steps during authentication process
- step definitions are loaded from database when Next Step Server starts
- making decision about the next step of an operation given loaded step definitions, operation name, operation type, operation status and step authentication result
- management of authentication methods
- listing available authentication methods both general and user-specific
- enabling/disabling authentication methods per user including their configuration (configuration is required for the Mobile Token)
- management of operations
- create a new operation
- update an operation based on next step decision
- retrieve operation detail
- list pending operations for user
- update operation form data
- set chosen authentication method
- REST services are available for authentication methods and operations
The Next Step Server functionality is described in details in Next Step Server REST API Reference.
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