thedextazlab / google-secure-data-connector

Automatically exported from code.google.com/p/google-secure-data-connector
0 stars 0 forks source link

Feature: allow anonymous access or via oauth for apps on market place #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi guys,

the cloud/legacy integration become a necessity for many SMBs.

it would be great if you allow anonymous access and the possibility to target a 
specific domain and/or agent via a header by example

// sample usage 
fetchreq.setHeader(new HTTPHeader("use_intranet", "yes"));
fetchreq.setHeader(new HTTPHeader("sdc_domain", "mydomain.com"));
fetchreq.setHeader(new HTTPHeader("sdc_agent_id", "an agent id"));

it's up to you, but, security could be enforced using a new scope feed (defined 
in app manifest) ...

this feature will give us (SaaS guys) the possiblity to create tool to monitor 
SDC in background, sync data between gapps / legacy, etc ... (cron on a GAE app 
installed on a domain) for any domain/agent.

what do you think about this ?

Thanks

Original issue reported on code.google.com by vincent....@gmail.com on 15 Jul 2012 at 4:59

GoogleCodeExporter commented 9 years ago
Should be made to work on two systems firat. Thank you.

Original comment by vrajendravyas@traveltreat.co.in on 30 Mar 2014 at 12:43