The implications of. Simon Willison Google Tech Talk, 25th June 2007

Size: px
Start display at page:

Download "The implications of. Simon Willison Google Tech Talk, 25th June 2007"

Transcription

1 The implications of Simon Willison Google Tech Talk, 25th June 2007

2 Who here has used OpenID?

3 Who uses it regularly?

4 What is OpenID?

5 OpenID is a decentralised mechanism for Single Sign On

6 What problems does it solve?

7 Too many passwords!

8 Someone else already grabbed my username

9 My online profile is scattered across dozens of sites

10 What is an OpenID?

11 An OpenID is a URL

12

13

14

15

16 What can you do with an OpenID?

17 You can claim that you own it

18 You can prove that claim

19 Why is that useful?

20 You can use it for authentication

21 Who the heck are you?!

22 I m simonwillison.net

23 prove it!

24 (magic happens)

25 OK, you re in!

26 So it s a bit like Microsoft Passport, then?

27 Yes, but you don t need to ask their permission to implement it

28 And Microsoft don t get to own your credentials

29 Who does get to own them?

30 You, the user, decide.

31 You pick your own provider

32 (just like )

33 So I m still giving someone the keys to my kingdom?

34 Yes, but it can be someone you trust

35 If you have the ability to run your own server software, you can do it for yourself.

36 OK, how do I use it?

37

38

39

40

41

42 So my users don t have to sign up for an account?

43 Not necessarily

44 An OpenID tells you very little about a user

45 You don t know their name

46 You don t know their address

47 You don t know if they re a person or an evil robot

48 (or a dog)

49 Where do I get that information from?

50 You ask them!

51 OpenID can even help them answer

52

53

54

55

56 How can I tell if they re an evil spambot?

57 Same as usual: challenge them with a CAPTCHA

58 So how does OpenID actually work?

59

60

61 <link rel="openid.server" href=" />

62 I m simonwillison.myopenid.com

63 Site fetches HTML, discovers identity provider

64 Establishes shared secret with identity provider (Using Diffie-Hellman key exchange)

65 Redirects you to the identity provider

66 If you re logged in there, you get redirected back

67 How does my identity provider know who I am?

68 OpenID deliberately doesn t specify

69 username/password is common

70 But providers can use other methods if they want to

71 Client SSL certificates

72 Out of band authentication via SMS, or Jabber

73 IP based login restrictions

74 (one guy set that up using DynDNS)

75 SecurID keyfobs

76 No authentication at all (just say Yes )

77 Just say yes?

78 Yup. That s the OpenID version of bugmenot.com

79

80 Users can give away their passwords today - this is just the OpenID equivalent

81 What if I decide I hate my provider?

82 Use your own domain name

83 Delegate to a provider you trust

84

85

86 <link rel="openid.server" href=" <link rel="openid.delegate" href="

87 Support for delegation is compulsory

88 This minimises lock in

89 So everyone will end up with one OpenID that they use for everything?

90 Probably not

91 (I have half a dozen OpenIDs already)

92 People like maintaining multiple online personas

93 professional social secret...

94 OpenID makes it easier to manage multiple online personas

95 Three accounts is still better than three dozen

96 If an OpenID is just a URL, is there anything else interesting you can do with it?

97 Yes. Different OpenIDs can express different things

98 My AOL OpenID proves my AIM screen name

99 An OpenID from sun.com proves that someone is a current Sun employee

100 A last.fm OpenID could incorporate my taste in music

101 My LiveJournal OpenID tells you where to find my blog

102 ... and a FOAF file listing my friends

103 doxory.com uses this for contact imports

104 Why is OpenID worth implementing over all the other identity standards?

105 It s simple

106 Unix philosophy: It solves one, tiny problem

107 It s a dumb network

108 Many of the competing standards are now on board

109 Isn t putting all my eggs in one basket a really bad idea?

110 Bad news: chances are you already do

111 I forgot my password means your account is already an SSO mechanism

112 OpenID just makes this a bit more obvious

113 What about phishing?

114 Phishing is a problem

115 I can has lolcats!? BETA Make your own lolcats! lol Sign in with your OpenID: OpenID: Sign in

116 Your identity provider Fake edition Username and password, please! Username: Password: Log in

117 Identity theft :(

118 An untrusted site redirects you to your trusted provider

119 Sound familiar?

120 PayPal Yahoo! BBAuth Google Auth Google Checkout

121 You guys already need to solve that problem!

122 One solution: don t let the user log in on the identity provider landing page

123

124 Better solutions

125 CardSpace

126 Native browser support for OpenID (e.g. SeatBelt)

127 Competition between providers

128 Permanent cookie set using out-of-band token

129 Best practices for OpenID consumers?

130 I forgot my password becomes I can t sign in with my OpenID

131 Allow multiple OpenIDs to be associated with a single account

132 People can still sign in if one of their providers is down

133 People can un-associate an OpenID without locking themselves out

134 You can take advantage of site-specific services around each of their OpenIDs

135 Any other neat tricks?

136 Portable contact lists

137 Facebook (and others) currently ask for the user s Google username and password

138 I don t need to tell you why that s a horrible idea

139 Lightweight accounts

140 Pre-approved accounts

141 Social whitelists

142 OpenID and microformats

143 Decentralised social networks?

144 People keep asking me to join the LinkedIn network, but I m already part of a network, it s called the Internet. Gary McGraw, via Jon Udell, via Gavin Bell

145 Doesn t this outsource the security of my users to untrusted third parties?

146 Yes it does. But...

147 ... so do forgotten password s!

148 If is secure enough for your user s authentication, so is OpenID

149 Password s are essentially SSO with a deliberately bad user experience

150 What are the privacy implications?

151 Cross correlation of accounts

152 Don t publish a user s OpenID without making it clear that you re going to do that

153 Allow users to opt-out of sharing their OpenID

154 The online equivalent of a credit reporting agency?

155 This could be built today by sites conspiring to share addresses

156 IANAL, but legal protections against this already exist

157 Directed identity in OpenID 2.0 makes it easy to use a different OpenID for every site

158 Patents?

159 Sun and VeriSign have both announced patent covenants

160 They won t smack you down with their patents for using OpenID 1.1

161 They will smack down anyone else who asserts their own patents against OpenID

162 Who else is involved?

163 (Slide borrowed from David Recordon)

164 AOL - provider, full consumer by end of July

165 Microsoft: Bill Gates expressed their interest at the RSA conference

166 (mainly as good PR for CardSpace?)

167 Sun: Patent Covenant, 33,000 employees

168 Six Apart

169 VeriSign

170 JanRain

171 Yahoo! - indirectly

172

173 Google?

174

175 Thank you

By Prabath Siriwardena, WSO2

By Prabath Siriwardena, WSO2 By Prabath Siriwardena, WSO2 Why OpenID??? Too many passwords Duplicated profiles everywhere Oops..!!! My favorite user name GONE!!! Why OpenID??? OpenID solves them all!!! Single user name/password Single

More information

Implementing OpenID for Your Social Networking Web Site

Implementing OpenID for Your Social Networking Web Site Implementing OpenID for Your Social Networking Web Site By David Keener http://www.keenertech.com Introduction Social networking sites are communities Communities consist of people Getting people to join

More information

OpenID. Mark Heiges Center for Tropical and Emerging Global Diseases

OpenID. Mark Heiges Center for Tropical and Emerging Global Diseases OpenID Mark Heiges Center for Tropical and Emerging Global Diseases mheiges@uga.edu Agenda what is an OpenID how OpenID works demos developer perspeccve the dark side TradiConal Sign Up, Sign On Register

More information

How to Integrate CA SiteMinder with the Barracuda Web Application Firewall

How to Integrate CA SiteMinder with the Barracuda Web Application Firewall How to Integrate CA SiteMinder with the Barracuda Web Application Firewall Overview CA/Netegrity SiteMinder provides an infrastructure for centralized and secure policy management of websites. It uniquely

More information

Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure)

Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure) Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure) Within the Secure Access device, a SiteMinder instance is a set of configuration settings that defines how the Secure Access

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Last Modified Thursday, May 08, 2003 1. Partner Information Partner Name Web Site Product Name Version & Platform Product Description Product Category Netegrity,

More information

Angel Flight Information Database System AFIDS

Angel Flight Information Database System AFIDS Pilot s Getting Started Guide Angel Flight Information Database System AFIDS Contents Login Instructions... 3 If you already have a username and password... 3 If you do not yet have a username and password...

More information

RECENT ADVANCES in E-ACTIVITIES, INFORMATION SECURITY and PRIVACY. Hierarchy OpenID

RECENT ADVANCES in E-ACTIVITIES, INFORMATION SECURITY and PRIVACY. Hierarchy OpenID Hierarchy OpenID DONGHWI SHIN, INKYUN JEON, HYUNCHEOL JEONG Security Technology Team Korea Internet and Security Agency IT Venture Tower, Jungdaero 135, Songpa, Seoul Korea shindh@kisa.or.kr, ikjeun@kisa.or.kr,

More information

Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0

Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0 Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0 Xin BJ Xu IBM Software Group, WPLC Beijing, China Xiao Feng Yu IBM Software Group, WPLC Staff Software Engineer Shanghai,

More information

etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide

etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter

More information

Virgin Australia s Corporate Booking Portal User Guide

Virgin Australia s Corporate Booking Portal User Guide Virgin Australia s Corporate Booking Portal User Guide Status: Review Version: 2.1 (accelerate) Date 07/06/2013 Table of Contents 1. Introduction... 4 2. Getting Started... 4 3. User Profiles... 4 User

More information

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E OTP SERVER INTEGRATION MODULE NETEGRITY SITEMINDER 6 Copyright, NordicEdge, 2005 www.nordicedge.se Copyright, 2005, NordicEdge AB Page 1 of 11 1 Introduction 1.1 OTP Server Overview Nordic Edge OTP Server

More information

Operations Manual. FS Airlines Client User Guide Supplement A. Flight Operations Department

Operations Manual. FS Airlines Client User Guide Supplement A. Flight Operations Department Restricted Circulation Edition 1.0 For use by KORYO Air & KORYO Connect Pi Operations Manual FS Airlines Client User Guide Supplement 1. 1022 14A This manual has been approved by and issued on behalf of:

More information

Concur Travel-Frequently Asked Questions

Concur Travel-Frequently Asked Questions Concur Travel-Frequently Asked Questions Click Links to Navigate User & Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is slow Smartphone Access Air Car Hotel-Navigational

More information

Dell EMC Unisphere 360

Dell EMC Unisphere 360 Dell EMC Unisphere 360 Version 9.0.1 Installation Guide REV 02 Copyright 2014-2018 Dell Inc. or its subsidiaries. All rights reserved. Published October 2018 Dell believes the information in this publication

More information

Supports full integration with Apollo, Galileo and Worldspan GDS.

Supports full integration with Apollo, Galileo and Worldspan GDS. FEATURES GENERAL Web-based Solution ALL TRAVELPORT GDS Supports full integration with Apollo, Galileo and Worldspan GDS. GRAPHICAL INTUITIVE WEB EXPERIENCE Intuitive web experience for both GDS expert

More information

Fox World Travel/Concur Documentation Concur FAQ

Fox World Travel/Concur Documentation Concur FAQ Fox World Travel/Concur Documentation Concur FAQ User and Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is Slow Smartphone Access Air Car Hotel-Navigational

More information

Video Media Center - VMC 1000 Getting Started Guide

Video Media Center - VMC 1000 Getting Started Guide Video Media Center - VMC 1000 Getting Started Guide Video Media Center - VMC 1000 Getting Started Guide Trademark Information Polycom, the Polycom logo design, Video Media Center, and RSS 2000 are registered

More information

PRIVACY POLICY KEY DEFINITIONS. Aquapark Wrocław Wrocławski Park Wodny S.A. with the registered office in Wrocław, ul. Borowska 99, Wrocław.

PRIVACY POLICY KEY DEFINITIONS. Aquapark Wrocław Wrocławski Park Wodny S.A. with the registered office in Wrocław, ul. Borowska 99, Wrocław. Shall enter into force on the 25th May 2018, PRIVACY POLICY Aquapark Wrocław shall endeavour to protect privacy of persons who use our services. This document has been implemented to comply with rules

More information

API Gateway Version September Authentication and Authorization Integration Guide

API Gateway Version September Authentication and Authorization Integration Guide API Gateway Version 7.5.2 15 September 2017 Authentication and Authorization Integration Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway

More information

CA SiteMinder. Agent for JBoss Guide SP1

CA SiteMinder. Agent for JBoss Guide SP1 CA SiteMinder Agent for JBoss Guide 12.52 SP1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

WHAT S NEW in 7.9 RELEASE NOTES

WHAT S NEW in 7.9 RELEASE NOTES 7.9 RELEASE NOTES January 2015 Table of Contents Session Usability...3 Smarter Bookmarks... 3 Multi-Tabbed Browsing... 3 Session Time Out Pop Up... 4 Batch No Show Processing...5 Selecting a Guarantee

More information

etrust SiteMinder Agent r6.0 for IBM WebSphere

etrust SiteMinder Agent r6.0 for IBM WebSphere etrust SiteMinder Agent r6.0 for IBM WebSphere SiteMinder Agent for IBM WebSphere Guide r6.0 This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter collectively

More information

CA SiteMinder. Agent for JBoss Guide. r12.1 SP3. Third Edition

CA SiteMinder. Agent for JBoss Guide. r12.1 SP3. Third Edition CA SiteMinder Agent for JBoss Guide r12.1 SP3 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

User Reference Manual

User Reference Manual User Reference Manual Of Food Licensing & Registration System (FLRS) (Version 2.0) For Food Business Operator (FBO) 1 1. Login Page Type the URL: - http://foodlicensing.fssai.gov.in and first create Username

More information

Installation Guide. Unisphere Central. Installation. Release number REV 07. October, 2015

Installation Guide. Unisphere Central. Installation. Release number REV 07. October, 2015 Unisphere Central Release number 4.0 Installation 300-013-602 REV 07 October, 2015 Introduction... 2 Environment and system requirements... 2 Network planning...4 Download Unisphere Central...6 Deploy

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Online Help (PDF version) Copyright 2016-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

KB 2449 CA Wily APM security example: CA SiteMinder for authentication with CA EEM for authorization

KB 2449 CA Wily APM security example: CA SiteMinder for authentication with CA EEM for authorization This article describes how you can perform a CA SiteMinder basic set up and configuration to provide CA Wily APM authentication before deploying CA EEM for. This example describes these tasks: Configure

More information

IRCTCC RAIL CONNECT ANDROID APP

IRCTCC RAIL CONNECT ANDROID APP IRCTCC RAIL CONNECT ANDROID APP USER GUIDE NOTE: Document is subject to change. Detailed terms and conditions available on IRCTC website www.irctc.co.in 1 P a g e INDEX Sino Content 1 Launch Screen 2 Login

More information

Wishlist Auto Registration Manual

Wishlist Auto Registration Manual Wishlist Auto Registration Manual Table of Contents Use the quick navigation links below to navigate through the manual: Introduction to Wishlist Auto Registration Complete Activation Process Summary in

More information

Concur Travel FAQs. 5. How do I log in to Concur Travel? Visit or the link is available on the Travel page of the Compass.

Concur Travel FAQs. 5. How do I log in to Concur Travel? Visit   or the link is available on the Travel page of the Compass. General 1. What is Concur Travel? Concur Travel is a hosted, web-based system that allows users to book travel using a web browser or mobile device instead of booking travel through a travel agent. Concur

More information

User Guide for E-Rez

User Guide for E-Rez User Guide for E-Rez Table of Contents Section 1 Using E-Rez... 3 Security & Technical Requirements... 3 Logging on to E-Rez... 4 Verify Your Profile... 4 Section 2 Travel Center... 5 Familiarize yourself

More information

Security Analysis of OpenID

Security Analysis of OpenID Security Analysis of OpenID Pavol Sovis, Florian Kohlar, Joerg Schwenk {vorname.nachname}@rub.de Ruhr-University Bochum Bochum, Germany Abstract: OpenID is a user-centric and decentralized Single Sign-On

More information

CA SiteMinder. Agent for JBoss Guide 12.51

CA SiteMinder. Agent for JBoss Guide 12.51 CA SiteMinder Agent for JBoss Guide 12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your

More information

Click the Profile link to review and update your profile. You must save your profile before you first attempt to book a trip. TOP

Click the Profile link to review and update your profile. You must save your profile before you first attempt to book a trip. TOP FAQ Concur Travel Documentation User & Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is slow Smartphone Access Air Car Hotel-Navigational Assistance Air-Search

More information

Concur Travel - Frequently Asked Questions

Concur Travel - Frequently Asked Questions Concur Travel - Frequently Asked Questions Click on the question to navigate to the answer. What should I do the first time I log into Concur Travel & Expense? What do I do if I forgot my password? Why

More information

MyFBO Help. Contents TRAINING ONLY

MyFBO Help. Contents TRAINING ONLY MyFBO Help Updated: July 25,2011 The online help menu works well to find most answers and explanations how to use the system. Simply click on the blue question mark symbol on the top right corner of MyFBO.com.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Collected below are the most Frequently Asked Questions for easy reference. If your question isn't answered here, please email travel@vanderbilt.edu. Why did Vanderbilt implement

More information

myldtravel USER GUIDE

myldtravel USER GUIDE myldtravel USER GUIDE Rev #2 Page 2 of 37 Table of Contents 1. First-Time Login... 4 2. Introduction to the myldtravel Application... 7 3. Creating a Listing... 8 3.1 Traveller Selection... 9 3.2 Flight

More information

How to Create a New Account

How to Create a New Account How to Create a New Account 1. Visit the Sunny Days Camp website at www.csun.edu/usu/sunnydays i. PARENTS PLEASE NOTE: Sunny Days online registration will only work on a desktop computer. Mobile formats

More information

ELOQUA INTEGRATION GUIDE

ELOQUA INTEGRATION GUIDE ELOQUA INTEGRATION GUIDE VERSION 2.2 APRIL 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Eloqua and the WorkCast Platform and to explain the

More information

etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.

etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1. etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.1) October 2006 CA Inc. Solution Engineering Team 100 Staples Drive Framingham,

More information

2018 PSO Profile Highlights and Tips. December 18, :00 3:00 PM

2018 PSO Profile Highlights and Tips. December 18, :00 3:00 PM 2018 PSO Profile Highlights and Tips December 18, 2018 2:00 3:00 PM Call Logistics The PSOPPC will be presenting the 2018 PSO Profile Highlights and Tips. Please use the chat (Ask a Question) to submit

More information

Relying Party User Interface Recommendations

Relying Party User Interface Recommendations 1 OpenID Provider Action Buttons 1 of 6 1.3 OpenID Provider Login Popup You re logging into EXAMPL with your 1.1 Standard Register/Login call to action in navigation 1.2 Login form with button array 1.4

More information

Travel Technology and Managed Corporate Travel

Travel Technology and Managed Corporate Travel Travel Technology and Managed Corporate Travel Stanford / United Corporate Direct October 2018 united.com (desktop) Once connected, united.com login page will look identical with one additional feature

More information

DART. Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry

DART. Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry DART Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry DART Duty & Recreation Travel 2 STAFF TRAVEL COULDN T GET EASIER

More information

CA SITEMINDER OVERVIEW

CA SITEMINDER OVERVIEW info@tutionbooks.com CA SITEMINDER OVERVIEW www.tutionbooks.com Session Overview 1 2 3 4 Concept of application Security Requirement of Siteminder Features of siteminder Basic of request to access an application

More information

Introduction to OpenID Connect. October 23, 2018 Michael B. Jones Identity Standards Architect Microsoft

Introduction to OpenID Connect. October 23, 2018 Michael B. Jones Identity Standards Architect Microsoft Introduction to OpenID Connect October 23, 2018 Michael B. Jones Identity Standards Architect Microsoft Working Together OpenID Connect What is OpenID Connect? Simple identity layer on top of OAuth 2.0

More information

Preparing for International Travel

Preparing for International Travel Preparing for International Travel 1) http://www.utexas.edu/international/travel_restrictions/ Please visit the above website. It has a lot of information on it, but you will need to check if the country

More information

HEATHROW S VIP SERVICE

HEATHROW S VIP SERVICE HEATHROW S VIP SERVICE YOUR STEP-BY-STEP GUIDE TO REGISTERING AND BOOKING Welcome to online registering of Heathrow s VIP Service the easy way. Heathrow s VIP Service is a seamless, private and personal

More information

Setup and Configure the Siteminder Policy Store with Dxmanager

Setup and Configure the Siteminder Policy Store with Dxmanager One CA Plaza Islandia, NY 11749 T +1 631 342 6000 F +1 631 342 6800 ca.com June 20, 2013 Customer Request Number: N/A System/Application: Policy Server Module: Siteminder Policy Store with DXmanager Request

More information

Overseas Travel Registration System Operation Manual

Overseas Travel Registration System Operation Manual Overseas Travel Registration System Operation Manual For Student First Edition Osaka University International Student Affaires Division October 5, 2017 October 5, 2017 1 / 11 Index INDEX Overseas Travel

More information

FREQUENTLY ASKED QUESTION November 2014

FREQUENTLY ASKED QUESTION November 2014 FREQUENTLY ASKED QUESTION November 2014 This document is intended to answer common questions in regards to KT Online, our online booking tool for Flights, Hotels and Eurostar, powered by Atriis. We want

More information

mobile and web Click on each question category for a series of questions and answers to help you learn more about mycwt TM s features.

mobile and web Click on each question category for a series of questions and answers to help you learn more about mycwt TM s features. mycwt This is an interactive document. mobile and web Frequently Asked Questions Click on each question category for a series of questions and answers to help you learn more about mycwt TM s features.

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.3.0 Installation Guide REV 01 Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the USA. Published September 2016 EMC believes the information

More information

Linking your u-id and MileagePlus ID in employeeres

Linking your u-id and MileagePlus ID in employeeres Linking your u-id and MileagePlus ID in employeeres 1 When you link your u-id to your MileagePlus number, all bookings created for all travelers in employeeres, including myuadiscount bookings, will automatically

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Installation Guide REV 01 Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

An Online Airline Reservation Information System Case

An Online Airline Reservation Information System Case We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with an online airline reservation

More information

LS-Data. Manual. Altenrhein Luftfahrt GmbH Office Park 3 Top 312 / Postfach 90 A-1300 Wien Flughafen

LS-Data. Manual. Altenrhein Luftfahrt GmbH Office Park 3 Top 312 / Postfach 90 A-1300 Wien Flughafen LS-Data Manual Altenrhein Luftfahrt GmbH Office Park 3 Top 312 / Postfach 90 A-1300 Wien Flughafen Contents: 1. General... 2 2. Requirements... 2 3. Log In... 3 4. Cockpit crew... 4 4.1. New flight...

More information

UNIVERSAL GUEST ACCOUNT QUICK REFERENCE GUIDE

UNIVERSAL GUEST ACCOUNT QUICK REFERENCE GUIDE UNIVERSAL GUEST ACCOUNT QUICK REFERENCE GUIDE ENTERPRISE MANAGEMENT USING THIS GUIDE This guide displays the screens that a guest will experience when they log into and navigate the Universal Guest Account.

More information

My Check-in APPLICATION USER GUIDE

My Check-in APPLICATION USER GUIDE My Check-in APPLICATION USER GUIDE Contents Overview 3 System Requirements 3 Enabling My Check-in 4 Homescreen and Special Instructions Signing In Home Screen and Phone Numbers Special Instructions Checking

More information

Federated Shibboleth, OpenID, oauth, and Multifactor

Federated Shibboleth, OpenID, oauth, and Multifactor Federated Shibboleth, OpenID, oauth, and Multifactor Russell Beall Senior Programmer/Analyst University of Southern California beall@usc.edu Federated Shibboleth, OpenID, oauth, and Multifactor 1 University

More information

I need the best deals

I need the best deals Amadeus solutions for Visiting Friends & Relatives Specialists I need the best deals Talk to Amadeus 2 Amadeus solutions for Visiting Friends & Relatives Specialists Get a competitive edge You don t get

More information

BHP Billiton Group Management Award Plan Conditional Awards FY15 Terms and Conditions

BHP Billiton Group Management Award Plan Conditional Awards FY15 Terms and Conditions BHP Billiton Group Management Award Plan Conditional Awards FY15 Terms and Conditions This document summarises the terms and conditions applicable to Conditional Awards of Restricted Shares under the FY15

More information

NHS Professionals System User Guide

NHS Professionals System User Guide System: Holiday Booking Version Number: 1702.01.00.01 Audience: Flexible Workers Document Version Number: V3 Version Number Author Date Signed Off V3 John Russell 29 th September 2017 V0.2 John Russell

More information

Signature Travel Expert Certification Course

Signature Travel Expert Certification Course Signature Travel Expert Certification Course Module 5: Hotels and Resorts Program Introduction Revised 7/13/2018 Signature s hotels and resorts program provides members with preferred partnerships with

More information

Information security supplier rules. Information security supplier rules

Information security supplier rules. Information security supplier rules Information security supplier rules TABLE OF CONTENTS 1 SCOPE... 3 2 DEFINITIONS AND ACRONYMS... 3 3 RESPONSIBILITIES... 3 4 GENERAL RULES... 3 4.1 PURPOSE OF INFORMATION PROCESSING... 3 4.2 CONFIDENTIALITY

More information

User Guide and Reference Information

User Guide and Reference Information User Guide and Reference Information Table of Contents Welcome to Hyatt Privé...3 Access the Hyatt Privé website...5 Explore our properties...8 Book with our Hyatt Privé rate...12 View your reservations...19

More information

Homeport 2.0 User Guide for Public Users

Homeport 2.0 User Guide for Public Users Commanding Officer U.S. Coast Guard Operations Systems Center Kearneysville, WV 25430 Homeport 2.0 User Guide for Public Users Version 1.0 Draft October 17, 2017 Table of Contents 1. PREFACE...1 1.1 About

More information

Q. Can I book personal travel on the site? - The Concur site is to be used exclusively for business related travel.

Q. Can I book personal travel on the site? - The Concur site is to be used exclusively for business related travel. Concur Travel FAQ Q. What will I use Concur Travel for? - Concur Travel is Hill-Rom s online booking tool for all of your business travel needs. It works with Travel and Transport and allows you to see

More information

The Official s Guide to Athletix

The Official s Guide to Athletix The Official s Guide to Athletix Introduction This tutorial is designed to help Officials learn more about how to use the site and how it can help manage officiating information. Table of Contents Introduction

More information

PRE-CONFERENCE INFORMATION. (Very Important Please Print this out!) COMPLIMENTARY AIRPORT TRANSFERS

PRE-CONFERENCE INFORMATION. (Very Important Please Print this out!) COMPLIMENTARY AIRPORT TRANSFERS PRE-CONFERENCE INFORMATION (Very Important Please Print this out!) The details below contain very important last minute information which you should print out and use as a checklist and reference for the

More information

It s going to be minute clean up minimum. You re going to be running late today for sure.

It s going to be minute clean up minimum. You re going to be running late today for sure. ***IMPORTANT DISCLAIMER*** Please DO NOT copy and paste directly to your site without changing the article considerably to suit your niche site's original angle (Google WILL penalize duplicate content)

More information

STATIC SOCIAL SITE TO NETWORK WHY HOW WHO

STATIC SOCIAL SITE TO NETWORK WHY HOW WHO STATIC SITE TO SOCIAL NETWORK WHY HOW WHO WHY REDEVELOP THE EDGE WEBSITE? The Edge site communicates one way, there is space for users to join the conversation in the form of comments, but it is not engaging

More information

CruisePay Enhancements for 2005 Training Guide Version 1.0

CruisePay Enhancements for 2005 Training Guide Version 1.0 CruisePay Enhancements for 2005 Training Guide Version 1.0 Royal Caribbean Cruises Ltd. 2004 i 9/8/2005 Table of Content: 1 Overview 1 1.1 Purpose: 2 1.2 Assumptions: 2 1.3 Definitions: 2 2 Web Application

More information

Frequently asked Questions

Frequently asked Questions Frequently asked Questions Content REGISTRATION AND ACCREDITATION... 2 1. How do I know if I am registered at the Conference?... 2 2. What is the difference between observer and delegate?... 2 3. Being

More information

Virginia Medicaid Web Portal Provider Maintenance Frequently Asked Questions Revised 02/20/2015. FAQ Contents. General Questions

Virginia Medicaid Web Portal Provider Maintenance Frequently Asked Questions Revised 02/20/2015. FAQ Contents. General Questions Virginia Medicaid Web Portal Provider Maintenance Frequently Asked Questions Revised 02/20/2015 FAQ Contents General Questions.......................................... Page 1 Provider Maintenance Menu...................................

More information

BHP BILLITON. Contractor Management System. User Guide for Booking Inductions - MAC Administrators

BHP BILLITON. Contractor Management System. User Guide for Booking Inductions - MAC Administrators BHP BILLITON Contractor Management System User Guide for Booking Inductions - MAC Administrators Table of Contents Overview 3 Booking the BHP Billiton Asset Induction (Employees) 4 Booking the BHP Billiton

More information

CA SiteMinder Federation Standalone

CA SiteMinder Federation Standalone CA SiteMinder Federation Standalone Installation and Upgrade Guide r12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

Cvent Passkey Glossary

Cvent Passkey Glossary Cvent Passkey Glossary Product and Housing Terminology July 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com U.S. and Canada (toll-free) 866.318.4357 UK (toll-free) 0808.234.4543

More information

GPS Training

GPS Training Garmin Ski Bundles - Garmin with Mountain Dynamics SnowRanger Maps Several years ago Garmin and Mountain Dynamics launched SnowRanger maps for both North America & Europe that included information regarding

More information

Autism Speaks Walk at Tropicana Field

Autism Speaks Walk at Tropicana Field Autism Speaks Walk at Tropicana Field We hope that this Guide to the Walk will make you more comfortable about your big day at the Autism Speaks Walk at Tropicana Field. This walk will be lots of fun for

More information

Exhibitor System Quick Start Guide

Exhibitor System Quick Start Guide Exhibitor System Quick Start Guide International Trade Fair for Construction Machinery, Building Material Machines, Mining Machines and Construction Vehicles. November 27 30, 2018, Shanghai www.bauma-china.com

More information

STANDARD OPERATING MANUAL. 11 th Edition

STANDARD OPERATING MANUAL. 11 th Edition STANDARD OPERATING MANUAL 11 th Edition 2015-08-30 1 Table of Contents Front Page.1 Table of Contents.2 Welcome Aboard. 3 Introduction.4 Basic Rules. 5 Registration..6 Flying Online.7 Flying Offline 7

More information

Travel Booking Tool Guide for Electrolux

Travel Booking Tool Guide for Electrolux Travel Booking Tool Guide for Electrolux Welcome to the online travel reservation system, which allows you to book your own business trips or ask someone to book them for you. The travel reservation system

More information

FOR DEALER USE ONLY. Online Resource YOUR TRAINING GUIDE. Version 3.0

FOR DEALER USE ONLY. Online Resource YOUR TRAINING GUIDE. Version 3.0 FOR DEALER USE ONLY Online Resource YOUR TRAINING GUIDE. Version 3.0 2 Your Training Guide Contents 1. Introduction p5 Overview 6 Training standards 7 2. Partner Training Centre p9 Getting set up 10 Logging

More information

FareStar Ticket Window Product Functionality Guide

FareStar Ticket Window Product Functionality Guide FareStar Ticket Window Product Functionality Guide To: GlobalStar, Peter Klebanow, Martin Metzler From: Paul Flight, TelMe Farebase Date: 11 August 2006 Version: Five Contact: paulf@telme.com Tel: +44

More information

Privacy. Newcrest means Newcrest Mining Limited (ACN ) and each of its subsidiaries; and

Privacy. Newcrest means Newcrest Mining Limited (ACN ) and each of its subsidiaries; and Newcrest respects people's privacy. Newcrest is bound by the Australian Principles in the Act 1988 (Cth) (the Act), as well as other applicable laws protecting privacy. All personal information that Newcrest

More information

2018 IDA Downtown Achievement Awards Category: Marketing & Communications. Submitted by: The Glebe BIA Andrew Peck Executive Director

2018 IDA Downtown Achievement Awards Category: Marketing & Communications. Submitted by: The Glebe BIA Andrew Peck Executive Director 2018 IDA Downtown Achievement Awards Category: Marketing & Communications Submitted by: The Glebe BIA Andrew Peck Executive Director 110-858 Bank St. Ottawa, ON K1S 3W3 Canada OVERVIEW Glebe Spree is one

More information

you are travelling. This factsheet will give you tips on staying safe when travelling on the tram, in taxis, buses, and trains.

you are travelling. This factsheet will give you tips on staying safe when travelling on the tram, in taxis, buses, and trains. Travelling safely How to stay safe when you are travelling. Greater Manchester olice can help you stay safe and feel safe. The chances of a crime happening to you are very low. This factsheet will give

More information

Terms and Conditions

Terms and Conditions 1 Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent at

More information

CALL CENTER PRE-CLASS Module 2

CALL CENTER PRE-CLASS Module 2 CALL CENTER PRE-CLASS Module 2 CALL CENTER INITIAL TRAINING Required pre-class study PRE-CLASS Workbook June 2015 P a g e i Module 2 Table of Contents Required Pre-class Study... 1 Basic Airline Terminology...

More information

CruiseBuilder 2.0 Tutorial. How to Set Up CruiseBuilder 2.0 How to Use CruiseBuilder 2.0 Booking Engine

CruiseBuilder 2.0 Tutorial. How to Set Up CruiseBuilder 2.0 How to Use CruiseBuilder 2.0 Booking Engine CruiseBuilder 2.0 Tutorial How to Set Up CruiseBuilder 2.0 How to Use CruiseBuilder 2.0 Booking Engine Visit Our Main Site Go to: www.crystalcruises.com to find the Travel Agent Center link located at

More information

Help Document for utsonmobile - Windows Phone

Help Document for utsonmobile - Windows Phone Help Document for utsonmobile - Windows Phone Indian Railway is introducing the facility of booking unreserved suburban tickets on smartphones. The application has been developed in-house by Centre for

More information

IBM Tivoli Storage Manager Version Configuring an IBM Tivoli Storage Manager cluster with IBM Tivoli System Automation for Multiplatforms

IBM Tivoli Storage Manager Version Configuring an IBM Tivoli Storage Manager cluster with IBM Tivoli System Automation for Multiplatforms IBM Tivoli Storage Manager Version 7.1.1 Configuring an IBM Tivoli Storage Manager cluster with IBM Tivoli System Automation for Multiplatforms IBM Tivoli Storage Manager Version 7.1.1 Configuring an

More information

Picture Book Reading

Picture Book Reading Overhead #1 Picture Book Reading Picture book reading provides children with many of the skills necessary for school readiness. How we read to children is as important as how often we read to them. Children

More information

Virgin Atlantic Airways

Virgin Atlantic Airways Virgin Atlantic Airways Virgin Atlantic Airways Electronic Log It s (NOT) simple Nigel Scott Senior System Analyst / ELB Administrator Contents History ELB Project Issues and Lessons Learned History History

More information

Booking Airfare for Another Employee

Booking Airfare for Another Employee Travel Office: Concur Resource Guides Booking Airfare for Another Employee Process Flow (Best Practice): How To Book Airfare using Concur: 1. Navigate to the Concur tool via the busfin.osu.edu/buy-schedule-travel/travel.

More information

Firewall Network and Proxy Datasheet

Firewall Network and Proxy Datasheet Firewall Network and Proxy Datasheet This document lists information about Kontiki servers that you might need for configuring firewalls and proxy servers. As Kontiki selects vendors and expands services,

More information

Passport to. Health & Safety

Passport to. Health & Safety Passport to Health & Safety 6 Whether you re traveling for business or pleasure, this pocket guide will provide some important health and safety tips to remember before and during your travels. To ensure

More information