Redirected to login page when trying to access flowable modeler, flowable task

Hi Sahil.

If you looks at your ACT_PRIV_MAPPING table, most probably it will empty. So even if you login through admin/test it will redirect you to login page again bcoz admin using is not assigned the privilege.

This is how your ACT_ID_PRIV tables should look like by default :
±-------------------------------------±---------------+
| ID_ | NAME_ |
±-------------------------------------±---------------+
| 5b41b43a-ca01-11e7-9c0e-0242eb4b7588 | access-idm |
| 5b59a90c-ca01-11e7-9c0e-0242eb4b7588 | access-admin |
| 5b8b405e-ca01-11e7-9c0e-0242eb4b7588 | access-modeler |
| 5b9dde00-ca01-11e7-9c0e-0242eb4b7588 | access-task |
±-------------------------------------±---------------+

and this is how your ACT_ID_PRIV_MAPPPING table should look like by default:

±-------------------------------------±-------------------------------------±---------±----------+
| ID_ | PRIV_ID_ | USER_ID_ | GROUP_ID_ |
±-------------------------------------±-------------------------------------±---------±----------+
| 5b4dc22b-ca01-11e7-9c0e-0242eb4b7588 | 5b41b43a-ca01-11e7-9c0e-0242eb4b7588 | admin | NULL |
| 5b6a98fd-ca01-11e7-9c0e-0242eb4b7588 | 5b59a90c-ca01-11e7-9c0e-0242eb4b7588 | admin | NULL |
| 5b96b20f-ca01-11e7-9c0e-0242eb4b7588 | 5b8b405e-ca01-11e7-9c0e-0242eb4b7588 | admin | NULL |
| 5ba298f1-ca01-11e7-9c0e-0242eb4b7588 | 5b9dde00-ca01-11e7-9c0e-0242eb4b7588 | admin | NULL |
±-------------------------------------±-------------------------------------±---------±----------+

If your ACT_ID_PRIV_MAPPING table is empty then, you won’t be able to access any app.
(Note: ID_ and PRIV_ID_ columns data might be different for your database by all other columns should be same for default installation)

You can refer to this post :
Unable to login to Flowable UI applications after a fresh installation

Most probably, above post will solve your problem.

Thank You,
Arpit Agrawal