Hello there.
I am developing an incident reporting mobile application that enables public users to report issues and incidents to the authorities.
The service that stores the submitted incidents is secured and references a feature class in an enterprise geodatabase.
As the app is for public user, the users can't be asked for usernames and passwords, so I store them in the application and generate a token every time a user submits a record.
Is there any way to give the app permission to edit the service without token?