Not able to login through the custom login page

I am not able to login through the custom login page with real world API?

1 Like

For login screen, vFlow already has some built in templates for Login screen under vFlow → App → Custom → Add Entity.
To consume these built in templates, you need to configure two services:

  1. AUTH_VAHANA
  2. SPDPGETUSERSESSION

NOW, Let’s integrate it directly with a backend API:

  1. Create a new API in vConnect called “AUTH_VAHANA”
  2. Under Tab End Point details → Create new Env Variable.
  3. Check Method.
  4. If required Select “Reponse Transformation” and add data.
  5. Provide required params.
  6. Save and export it as Service

Same steps need to be performed for “SPDPGETUSERSESSION”