Skip to content

Next Step Server

Juraj Ďurech edited this page May 14, 2019 · 11 revisions

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 functionality

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.

Clone this wiki locally