Hello!, I'm trying to integrate google spreadsheet api into my java web app but i'm having problems with authentication.
My application needs to have an 'always on' login to a specific user. Many users will work with my app through this dedicated user and everything this user has access to i want to always be available to the application. I would like to not even prompt the user for login information regarding this user. >From what i've read this is kinda like domain-wide delegation of authority but i want to always and only be able to authenticate as a specific user. Is this possible?
