Setup: iPhone and Android apps to access a web site with form authentication

The legacy WorkflowGen Mobile apps (iOS and Android) don’t support form authentication.

The best way to support the legacy WorkflowGen Mobile iPhone/Android app on your WorkflowGen servers is to use a Custom HTTP module for custom authentication on your WorkflowGen web
site (\wfgen).

A possible solution is to use the Custom HTTP module to manage a dual authentication mode:

  1. Form: Render a login form for regular WorkflowGen user

  2. Basic (over SSL HTTPS): Authenticate a mobile user with the login from the authorization HTTP header over SSL HTTPS

See the Sample code for an HTTP module section in the WorkflowGen Integration Guide for a sample of an HTTP module that uses HTTP authentication.