google apps secure data connector

8
Think of the fish. www.thinkofthefish.nl Atos, Atos and fish symbol, Atos Origin and fish symbol, Atos Consulting, and the fish itself are registered trademarks of Atos Origin SA. August 2006 © 2006 Atos Origin. Confidential information owned by Atos Origin, to be used by the recipient only. This document or any part of it, may not be reproduced, copied, circulated and/or distributed nor quoted without prior written approval from Atos Origin. Cloud Collaboration & Communication XPG Collaboration Guus Disselkoen

Upload: guus-disselkoen

Post on 22-Nov-2014

2.710 views

Category:

Technology


2 download

DESCRIPTION

Short presentation about the usage of the Secure Data Connector to use data from the local network in the Google Apps environment.

TRANSCRIPT

Page 1: Google Apps Secure Data Connector

Think of the fish.www.thinkofthefish.nl

Atos, Atos and fish symbol, Atos Origin and fish symbol, Atos Consulting, and the fish itself are registered trademarks of Atos Origin SA. August 2006© 2006 Atos Origin. Confidential information owned by Atos Origin, to be used by the recipient only. This document or any part of it, may not be reproduced, copied, circulated and/or distributed nor quoted without prior written approval from Atos Origin.

Cloud Collaboration & Communication

XPG CollaborationGuus Disselkoen

Page 2: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS22 XPG Collaboration - Google Intro

Google Apps Engine

Google Apps: Overview

3rd partyBPM (Cordys)

Project Management…

Applications Atos Origindeveloped in Java

Secure Data Connector

Page 3: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS33 XPG Collaboration - Google Intro

Secure Data Connector

Acces your corporate data in the browser

SDC Lets you access your data from within Google Gadgets, Google App Engine and Google Spreadsheets. SDC provides an agent to connect your Google Apps domain to your behind-the-firewall data sources.

Control the use of your data

SDC lets you restrict which users and applications can make requests to your internal services. You can use Google Partners or your own internal authentication systems to validate and authorize those requests.

Build custom apps for your business

SDC lets you extend your enterprise systems into Google Apps. You can easily build gadgets or Google Apps Engine applications that make use of both private and public data

Connect data from behind your firewall to Google Apps

http://code.google.com/intl/nl/securedataconnector/docs/1.0/overview.html

Page 4: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS44 XPG Collaboration - Google Intro

SDC Architectuur

Google Apps forwards authorized data requests from users who are within the Google Apps domain to the Google tunnel protocol servers.

The service validates the signed request, checks the credentials, and if the user is authorized, returns the data.

The tunnel servers validate that a user is authorized to make the request to the specified resource. Google tunnel servers are connected by an encrypted tunnel to SDC, which runs within a company's internal network.The tunnel protocol allows SDC to connect to a Google tunnel server, authenticate, and encrypt the data that flows across the Internet.

SDC uses resource rules to validate if a user is authorized to make a request to a specified resource.An optional intranet firewall can be used to provide extra network security. SDC performs a network request to the specified resource or services.

Page 5: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS55 XPG Collaboration - Google Intro

Demo

http://code.google.com/intl/nl/securedataconnector/docs/1.0/tutorials/spreadsheets.html

Page 6: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS66 XPG Collaboration - Google Intro

Another Demo

http://code.google.com/intl/nl/securedataconnector/docs/1.0/tutorials/visualizations.html

Page 7: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS77 XPG Collaboration - Google Intro

Page 8: Google Apps Secure Data Connector

ADVANCE YOUR BUSINESS88 XPG Collaboration - Google Intro

Application Engine

1. Definition

» Architecture

» Dashboard

» Limitations

Google Apps Engine

» Platform-as-a-Service => PaaS

» Running own Apps in Google infrastructure

» Supports different runtime environments:• Phyton• Java (Preferred for AH)• .Net

» App runs in a sandbox

» Automatic scaling and load balancing