The Mobile App can work in a few scenarios:
- without WAP & IdentityServer
- WAP with PassThrough & IdentityServer
- without WAP or PassThrough & ADFS
- WAP & ADFS
The Auth always goes through the IDServer, but if you only set up ADFS, it immediately redirects to the ADFS and does not display its own login page.
And the redirect is done by the API to be exact. The ID server is then unused.
Unauthorized requests are redirected by the API to either the IdServer or ADFS.
If you have set hybrid in the IDServer, there is an ADFS button on the login page which allows you to redirect to the ADFS