I have BCS running on my server which looks at data from an sql server. Currently people can edit the data from a sharepoint list and it all works fine.
We want to allow people to do this from Ipads, but when trying to access the list I am getting an error saying that anonymous logon doesn't have access to the list.
I suspect this is because we have to use Kerberos authentication to be able to connect to the database.
Is there any way around this? or another way I can allow ipad users to edit the data?
Currently on SP 2010 foundation.