I read a lot about the iOS Ban, but this is no issue for me at the moment ;)
I have another Problem:
You can Switch Authentication Scheme within an URL Specification:
Via:
pdb1/r/projectx/
template-app/login?
request=INTERNAL
or this
pdb1/r/projectx/
template-app/login?
request=LDAP
too make that possible you need 2 authentication schemes:
Ok.. that works fine
but if you install as PWA you lost the URL REQUEST Variable
So we need a different trick, but i don't know at the moment which one?
best wishes, i will update !
Tom