SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Extensión de Office con ADAL.JS y
Office UI Fabric
WWW.COLLAB365.EVENTS
Mario Cortés Flores
Plain Concepts
Email : mcortes@plainconcepts.com
Twitter : @mariocortesf
LinkedIn :
https://es.linkedin.com/in/mariocortesflores
MVP en Office365 llevo trabajando desde hace más
de 10 años en proyectos sobre SharePoint y en los
últimos años especializado en SharePoint Online y
Windows Azure. Trabajo en Plain Concepts como
Web Team Lead dónde intentamos tener el mejor
equipo en desarrollo web
WWW.COLLAB365.EVENTS
Agenda
• Overview de Add-in
• Flujo de desarrollo
• Office Fabric
• Adal JS
• Publicación en el store
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Overview
Online Conference
June 17th and 18th 2015
Qué es?
• Una página web renderizada dentro de Office.
• Basada en Html, CSS y JavaScript.
• Podemos interactuar con los documentos y
elementos de Office a través de Web
Extensibility Framework.
Online Conference
June 17th and 18th 2015
Tipos de Apps
Online Conference
June 17th and 18th 2015
Office Add-ins
Online Conference
June 17th and 18th 2015
Add-ins Commands
• Con Office 2016 podemos añadir secciones y botones al ribbon
o menús contextuales
• Install the latest version of Office 2016 applications
Online Conference
June 17th and 18th 2015
Cómo se instala
• Desde el ribbon
• Catálogo de apps:
– Corporativo desde SharePoint
– App Store
– Unidad de red
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Flujo de desarrollo
Online Conference
June 17th and 18th 2015
Anatomía
Online Conference
June 17th and 18th 2015
Anatomía
Online Conference
June 17th and 18th 2015
Anatomía
Online Conference
June 17th and 18th 2015
Core API Objects
• Office.context
– Entry point into Office API
• Office.context.document
– Common document API
• Office.context.settings
– Custom properties saved within
document
• Read and write selection
• Create binding
• Register event handlers
• Use custom XML files
• Read and writer properties
• Properties saved to
document
document settings
context
Online Conference
June 17th and 18th 2015
Inicialización
• Para iniciar el contexto
Online Conference
June 17th and 18th 2015
getSelectedDataAsync()
• Para leer de la selección
Online Conference
June 17th and 18th 2015
setSelectDataAsync()
• Para inserter contenido
Online Conference
June 17th and 18th 2015
Centro de desarrollo
http://dev.office.com/getting-started
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Office Fabric
Online Conference
June 17th and 18th 2015
Office Fabric
• Ofrece a nuestras aplicaciones controles con
apariencia y comportamiento similar al de Office y
SharePoint.
• Referenciamos un css y JS y aplicamos las clases a
nuestro HTML.
http://dev.office.com/fabric/components/
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Adal JS
Online Conference
June 17th and 18th 2015
Adal JS
• Biblioteca en JavaScript para facilitar el
intercambio y validación de tokens oAuth
• Registrar la aplicación en WAAD
https://secure.aadcdn.microsoftonline-
p.com/lib/1.0.0/js/adal.min.js
Online Conference
June 17th and 18th 2015
AuthenticationContext
Online Conference
June 17th and 18th 2015
acquireToken
Online Conference
June 17th and 18th 2015
Bearer
Online Conference
June 17th and 18th 2015
Registrar la aplicación en WAAD
• Registrar la aplicación y dar permisos
• http://dev.office.com/getting-
started/office365apis
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Publicación en el Store
Online Conference
June 17th and 18th 2015
Empaquetado
• Validar el manifest con Office App
Compatibility Kit
• Generar el manifest
• Publicar el código en IIS, Azure o CDN
Online Conference
June 17th and 18th 2015
Office App Compatibility Kit
• Herramienta de validación del manifest
https://www.microsoft.com/en-
us/download/confirmation.aspx?id=46831
Online Conference
June 17th and 18th 2015
Antes de publicar
• Indicar un título y descripción descriptivo
• Especificar el idioma al que va destinado
• Incluir screenshots
• Incluir un logo acorde con el Add-in
• Experiencia de carga inicial
• Añadir add-in commands
Online Conference
June 17th and 18th 2015
Validaciones
• Pasar el Office App Compatibility Kit
• Validar que se cumplen las “Validation policies”
• Validar en cliente Office W+Mac, Explorer
Chrome y Safari
• Desinstalar el Add-in
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Referencias
Online Conference
June 17th and 18th 2015
Referencias
• OfficeAdd-insplatformoverview
• Add-insCommands
• Understandingthe JavaScriptAPI for Office
• Sitiode desarrollode Office
• Best practicesde publicación
• Validationpolicies
Online Conference
June 17th and 18th 2015
Ejemplos de Apps
• Empaquetadas en el Store
• Bing Maps
• Package Tracker
• Khan Content from Microsoft
• Translator
• Ejemplos de código de apps:
• https://github.com/OfficeDev/Outlook-Add-in-LinkRevealer
• https://github.com/OfficeDev/Office-Add-in-Calculator
• https://github.com/OfficeDev/Word-Add-in-JavaScript-AddPopulateBindings
• https://github.com/OfficeDev/Excel-Add-in-Bind-To-Table
Online Conference
June 17th and 18th 2015
WWW.COLLAB365.EVENTS
Stay tuned for more great sessions …
Gracias!
@mariocortesf

Weitere ähnliche Inhalte

Was ist angesagt?

SPUnite17 Transforming your Organisation into a Digital Workplace
SPUnite17 Transforming your Organisation into a Digital WorkplaceSPUnite17 Transforming your Organisation into a Digital Workplace
SPUnite17 Transforming your Organisation into a Digital WorkplaceNCCOMMS
 
Citizen Developers Intro to jQuery Customizations in SharePoint
Citizen Developers Intro to jQuery Customizations in SharePointCitizen Developers Intro to jQuery Customizations in SharePoint
Citizen Developers Intro to jQuery Customizations in SharePointMark Rackley
 
SPUnite17 Migrating your Customizations from On-prem to SharePoint Online
SPUnite17 Migrating your Customizations from On-prem to SharePoint OnlineSPUnite17 Migrating your Customizations from On-prem to SharePoint Online
SPUnite17 Migrating your Customizations from On-prem to SharePoint OnlineNCCOMMS
 
SharePoint Framework get started and best practices
SharePoint Framework get started and best practicesSharePoint Framework get started and best practices
SharePoint Framework get started and best practicesGiuliano De Luca
 
Apps for SharePoint Online 2013
Apps for SharePoint Online 2013Apps for SharePoint Online 2013
Apps for SharePoint Online 2013Giuseppe Marchi
 
Prepararsi a spostare le proprie applicazioni share point su office 365
Prepararsi a spostare le proprie applicazioni share point su office 365Prepararsi a spostare le proprie applicazioni share point su office 365
Prepararsi a spostare le proprie applicazioni share point su office 365Giuseppe Marchi
 
O365Engage17 - Microsoft stream the future of video
O365Engage17 - Microsoft stream   the future of videoO365Engage17 - Microsoft stream   the future of video
O365Engage17 - Microsoft stream the future of videoNCCOMMS
 
SharePoint 2016 : Cloud Hybrid Search for IT Pro's
SharePoint 2016 : Cloud Hybrid Search for IT Pro'sSharePoint 2016 : Cloud Hybrid Search for IT Pro's
SharePoint 2016 : Cloud Hybrid Search for IT Pro'sInge Henriksen
 
SharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft FlowSharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft FlowBIWUG
 
Share conference 2016 nintex
Share conference 2016 nintexShare conference 2016 nintex
Share conference 2016 nintexAlexandre Joly
 
Global Azure BootCamp: Azure Logic Apps
Global Azure BootCamp: Azure Logic AppsGlobal Azure BootCamp: Azure Logic Apps
Global Azure BootCamp: Azure Logic AppsDavid Schneider
 
O365Engage17 - Mobile device management options in office 365 and beyond
O365Engage17 - Mobile device management options in office 365 and beyondO365Engage17 - Mobile device management options in office 365 and beyond
O365Engage17 - Mobile device management options in office 365 and beyondNCCOMMS
 
Office 365 Jivko Petiov, JS Talks 2015
Office 365 Jivko Petiov, JS Talks 2015Office 365 Jivko Petiov, JS Talks 2015
Office 365 Jivko Petiov, JS Talks 2015jivkopetiov
 
Deep dive into office 365 ap is for calendar mail and contacts
Deep dive into office 365 ap is for calendar mail and contactsDeep dive into office 365 ap is for calendar mail and contacts
Deep dive into office 365 ap is for calendar mail and contactsAlberto Diaz Martin
 
Getting started with Office 365 API's
Getting started with Office 365 API'sGetting started with Office 365 API's
Getting started with Office 365 API'sAlberto Diaz Martin
 
Introducción a las Apps para SharePoint
Introducción a las Apps para SharePointIntroducción a las Apps para SharePoint
Introducción a las Apps para SharePointAlberto Diaz Martin
 
Getting started with the PnP Provisioning Engine
Getting started with the PnP Provisioning EngineGetting started with the PnP Provisioning Engine
Getting started with the PnP Provisioning EngineSPC Adriatics
 
Introducción a las Apps para Office
Introducción a las Apps para OfficeIntroducción a las Apps para Office
Introducción a las Apps para OfficeAlberto Diaz Martin
 
SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...
SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...
SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...Sébastien Levert
 
Deep dive into office 365 api for one drive for business
Deep dive into office 365 api for one drive for businessDeep dive into office 365 api for one drive for business
Deep dive into office 365 api for one drive for businessAlberto Diaz Martin
 

Was ist angesagt? (20)

SPUnite17 Transforming your Organisation into a Digital Workplace
SPUnite17 Transforming your Organisation into a Digital WorkplaceSPUnite17 Transforming your Organisation into a Digital Workplace
SPUnite17 Transforming your Organisation into a Digital Workplace
 
Citizen Developers Intro to jQuery Customizations in SharePoint
Citizen Developers Intro to jQuery Customizations in SharePointCitizen Developers Intro to jQuery Customizations in SharePoint
Citizen Developers Intro to jQuery Customizations in SharePoint
 
SPUnite17 Migrating your Customizations from On-prem to SharePoint Online
SPUnite17 Migrating your Customizations from On-prem to SharePoint OnlineSPUnite17 Migrating your Customizations from On-prem to SharePoint Online
SPUnite17 Migrating your Customizations from On-prem to SharePoint Online
 
SharePoint Framework get started and best practices
SharePoint Framework get started and best practicesSharePoint Framework get started and best practices
SharePoint Framework get started and best practices
 
Apps for SharePoint Online 2013
Apps for SharePoint Online 2013Apps for SharePoint Online 2013
Apps for SharePoint Online 2013
 
Prepararsi a spostare le proprie applicazioni share point su office 365
Prepararsi a spostare le proprie applicazioni share point su office 365Prepararsi a spostare le proprie applicazioni share point su office 365
Prepararsi a spostare le proprie applicazioni share point su office 365
 
O365Engage17 - Microsoft stream the future of video
O365Engage17 - Microsoft stream   the future of videoO365Engage17 - Microsoft stream   the future of video
O365Engage17 - Microsoft stream the future of video
 
SharePoint 2016 : Cloud Hybrid Search for IT Pro's
SharePoint 2016 : Cloud Hybrid Search for IT Pro'sSharePoint 2016 : Cloud Hybrid Search for IT Pro's
SharePoint 2016 : Cloud Hybrid Search for IT Pro's
 
SharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft FlowSharePoint wizards - no magic needed, just use Microsoft Flow
SharePoint wizards - no magic needed, just use Microsoft Flow
 
Share conference 2016 nintex
Share conference 2016 nintexShare conference 2016 nintex
Share conference 2016 nintex
 
Global Azure BootCamp: Azure Logic Apps
Global Azure BootCamp: Azure Logic AppsGlobal Azure BootCamp: Azure Logic Apps
Global Azure BootCamp: Azure Logic Apps
 
O365Engage17 - Mobile device management options in office 365 and beyond
O365Engage17 - Mobile device management options in office 365 and beyondO365Engage17 - Mobile device management options in office 365 and beyond
O365Engage17 - Mobile device management options in office 365 and beyond
 
Office 365 Jivko Petiov, JS Talks 2015
Office 365 Jivko Petiov, JS Talks 2015Office 365 Jivko Petiov, JS Talks 2015
Office 365 Jivko Petiov, JS Talks 2015
 
Deep dive into office 365 ap is for calendar mail and contacts
Deep dive into office 365 ap is for calendar mail and contactsDeep dive into office 365 ap is for calendar mail and contacts
Deep dive into office 365 ap is for calendar mail and contacts
 
Getting started with Office 365 API's
Getting started with Office 365 API'sGetting started with Office 365 API's
Getting started with Office 365 API's
 
Introducción a las Apps para SharePoint
Introducción a las Apps para SharePointIntroducción a las Apps para SharePoint
Introducción a las Apps para SharePoint
 
Getting started with the PnP Provisioning Engine
Getting started with the PnP Provisioning EngineGetting started with the PnP Provisioning Engine
Getting started with the PnP Provisioning Engine
 
Introducción a las Apps para Office
Introducción a las Apps para OfficeIntroducción a las Apps para Office
Introducción a las Apps para Office
 
SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...
SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...
SharePoint Saturday Ottawa 2015 - Office 365 and PowerShell - A match made in...
 
Deep dive into office 365 api for one drive for business
Deep dive into office 365 api for one drive for businessDeep dive into office 365 api for one drive for business
Deep dive into office 365 api for one drive for business
 

Andere mochten auch

Seguridad y protección en Office 365
 Seguridad y protección en Office 365 Seguridad y protección en Office 365
Seguridad y protección en Office 365Plain Concepts
 
La nueva Intranet es Office 365
La nueva Intranet es Office 365La nueva Intranet es Office 365
La nueva Intranet es Office 365Plain Concepts
 
Office 365 y la fiabilidad en la nube
Office 365 y la fiabilidad en la nubeOffice 365 y la fiabilidad en la nube
Office 365 y la fiabilidad en la nubeMario Cortés Flores
 
Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...
Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...
Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...Derta Isyajora
 
Herramientas de seguridad office365
Herramientas de seguridad office365Herramientas de seguridad office365
Herramientas de seguridad office365Mario Cortés Flores
 
Office 365 - Explotación de datos analíticos con Power BI
Office 365 -  Explotación de datos analíticos con Power BIOffice 365 -  Explotación de datos analíticos con Power BI
Office 365 - Explotación de datos analíticos con Power BIPlain Concepts
 
Office 365 - Power apps and flow
Office 365 - Power apps and flowOffice 365 - Power apps and flow
Office 365 - Power apps and flowPlain Concepts
 
Vie et oeuvre de molière 2013
Vie et oeuvre de molière   2013Vie et oeuvre de molière   2013
Vie et oeuvre de molière 2013bibofle
 

Andere mochten auch (11)

Seguridad y protección en Office 365
 Seguridad y protección en Office 365 Seguridad y protección en Office 365
Seguridad y protección en Office 365
 
La nueva Intranet es Office 365
La nueva Intranet es Office 365La nueva Intranet es Office 365
La nueva Intranet es Office 365
 
Power BI preview
Power BI previewPower BI preview
Power BI preview
 
Power bi para desarrolladores
Power bi para desarrolladoresPower bi para desarrolladores
Power bi para desarrolladores
 
Office 365 y la fiabilidad en la nube
Office 365 y la fiabilidad en la nubeOffice 365 y la fiabilidad en la nube
Office 365 y la fiabilidad en la nube
 
Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...
Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...
Proposal Big Ideas Competition : JalananYogya, Community-Based Platform to Tr...
 
Herramientas de seguridad office365
Herramientas de seguridad office365Herramientas de seguridad office365
Herramientas de seguridad office365
 
Jack hammer
Jack hammerJack hammer
Jack hammer
 
Office 365 - Explotación de datos analíticos con Power BI
Office 365 -  Explotación de datos analíticos con Power BIOffice 365 -  Explotación de datos analíticos con Power BI
Office 365 - Explotación de datos analíticos con Power BI
 
Office 365 - Power apps and flow
Office 365 - Power apps and flowOffice 365 - Power apps and flow
Office 365 - Power apps and flow
 
Vie et oeuvre de molière 2013
Vie et oeuvre de molière   2013Vie et oeuvre de molière   2013
Vie et oeuvre de molière 2013
 

Ähnlich wie Extensión de office con adal.js y office ui fabric

SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012
SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012
SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012NCCOMMS
 
Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...
Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...
Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...Bram de Jager
 
Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...
Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...
Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...Patrick Guimonet
 
Getting started with office 365 add ins development 3 may 2018 - v2
Getting started with office 365 add ins development 3 may 2018 - v2Getting started with office 365 add ins development 3 may 2018 - v2
Getting started with office 365 add ins development 3 may 2018 - v2Nilesh Shah
 
Developing Apps for SharePoint 2013
Developing Apps for SharePoint 2013Developing Apps for SharePoint 2013
Developing Apps for SharePoint 2013SPC Adriatics
 
SPSCasablanca - SPFx Deployment
SPSCasablanca - SPFx DeploymentSPSCasablanca - SPFx Deployment
SPSCasablanca - SPFx DeploymentYannick Borghmans
 
Busines productivity with SharePoint Online
Busines productivity with SharePoint OnlineBusines productivity with SharePoint Online
Busines productivity with SharePoint Onlinejems7
 
Office apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thingOffice apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thingSPC Adriatics
 
Introduction to PowerShell for SharePoint Admins and Developers
Introduction to PowerShell for SharePoint Admins and DevelopersIntroduction to PowerShell for SharePoint Admins and Developers
Introduction to PowerShell for SharePoint Admins and DevelopersMichael Blumenthal (Microsoft MVP)
 
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 DevelopmentSharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 DevelopmentSébastien Levert
 
aOS Canadian Tour - Quebec - From SharePoint to Office 365 Development
aOS Canadian Tour  - Quebec - From SharePoint to Office 365 DevelopmentaOS Canadian Tour  - Quebec - From SharePoint to Office 365 Development
aOS Canadian Tour - Quebec - From SharePoint to Office 365 DevelopmentSébastien Levert
 
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 DevelopmentSébastien Levert
 
aOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 DevelopmentSébastien Levert
 
aOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 DevelopmentSébastien Levert
 
Comment tirer partie de Visual Studio Online pour vos développements SharePoint
Comment tirer partie de Visual Studio Online pour vos développements SharePointComment tirer partie de Visual Studio Online pour vos développements SharePoint
Comment tirer partie de Visual Studio Online pour vos développements SharePointGilles Pommier
 
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSébastien Levert
 

Ähnlich wie Extensión de office con adal.js y office ui fabric (20)

SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012
SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012
SPCA2013 - Developing SharePoint 2013 Apps with Visual Studio 2012
 
Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...
Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...
Developing SharePoint 2013 apps with Visual Studio 2012 - SharePoint Connecti...
 
SPS Gulf : SharePoint 2013 Cloud Business App
SPS Gulf : SharePoint 2013 Cloud Business AppSPS Gulf : SharePoint 2013 Cloud Business App
SPS Gulf : SharePoint 2013 Cloud Business App
 
Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...
Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...
Collab365 - [FRENCH] Nouvelles options pour SharePoint 2016 et Office 365 c’e...
 
Custom dev o365
Custom dev   o365Custom dev   o365
Custom dev o365
 
Success with Office 365 and SharePoint Online Administration
Success with  Office 365 and SharePoint Online AdministrationSuccess with  Office 365 and SharePoint Online Administration
Success with Office 365 and SharePoint Online Administration
 
Getting started with office 365 add ins development 3 may 2018 - v2
Getting started with office 365 add ins development 3 may 2018 - v2Getting started with office 365 add ins development 3 may 2018 - v2
Getting started with office 365 add ins development 3 may 2018 - v2
 
Developing Apps for SharePoint 2013
Developing Apps for SharePoint 2013Developing Apps for SharePoint 2013
Developing Apps for SharePoint 2013
 
SPSCasablanca - SPFx Deployment
SPSCasablanca - SPFx DeploymentSPSCasablanca - SPFx Deployment
SPSCasablanca - SPFx Deployment
 
Busines productivity with SharePoint Online
Busines productivity with SharePoint OnlineBusines productivity with SharePoint Online
Busines productivity with SharePoint Online
 
Office apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thingOffice apps in Office 365 - Napa the next big thing
Office apps in Office 365 - Napa the next big thing
 
Introduction to PowerShell for SharePoint Admins and Developers
Introduction to PowerShell for SharePoint Admins and DevelopersIntroduction to PowerShell for SharePoint Admins and Developers
Introduction to PowerShell for SharePoint Admins and Developers
 
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 DevelopmentSharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
SharePoint Saturday Calgary 2017 - From SharePoint to Office 365 Development
 
aOS Canadian Tour - Quebec - From SharePoint to Office 365 Development
aOS Canadian Tour  - Quebec - From SharePoint to Office 365 DevelopmentaOS Canadian Tour  - Quebec - From SharePoint to Office 365 Development
aOS Canadian Tour - Quebec - From SharePoint to Office 365 Development
 
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
aOS Canadian Tour - Ottawa - From SharePoint to Office 365 Development
 
aOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
aOS Canadian Tour - Montreal - From SharePoint to Office 365 Development
 
aOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 DevelopmentaOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
aOS Canadian Tour - Toronto - From SharePoint to Office 365 Development
 
Comment tirer partie de Visual Studio Online pour vos développements SharePoint
Comment tirer partie de Visual Studio Online pour vos développements SharePointComment tirer partie de Visual Studio Online pour vos développements SharePoint
Comment tirer partie de Visual Studio Online pour vos développements SharePoint
 
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 DevelopmentSharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
SharePoint Fest Seattle 2018 - From SharePoint to Office 365 Development
 
Office 365 Development Overview
Office 365 Development OverviewOffice 365 Development Overview
Office 365 Development Overview
 

Mehr von Mario Cortés Flores

Metodología Agile en implantaciones D365
Metodología Agile en implantaciones D365Metodología Agile en implantaciones D365
Metodología Agile en implantaciones D365Mario Cortés Flores
 
Sp fx connecting to share point & react lifecycle
Sp fx connecting to share point & react lifecycleSp fx connecting to share point & react lifecycle
Sp fx connecting to share point & react lifecycleMario Cortés Flores
 
Ejemplo de personalización de SharePoint Online - CEUS
Ejemplo de personalización de SharePoint Online - CEUSEjemplo de personalización de SharePoint Online - CEUS
Ejemplo de personalización de SharePoint Online - CEUSMario Cortés Flores
 
Sincronizándonos con office 365 y DirSync, integración con nuestro ad existente
Sincronizándonos con office 365 y DirSync, integración con nuestro ad existenteSincronizándonos con office 365 y DirSync, integración con nuestro ad existente
Sincronizándonos con office 365 y DirSync, integración con nuestro ad existenteMario Cortés Flores
 
Aplicaciones Autohosted, el nuevo modelo para extender SharePoint online
Aplicaciones Autohosted, el nuevo modelo para extender SharePoint onlineAplicaciones Autohosted, el nuevo modelo para extender SharePoint online
Aplicaciones Autohosted, el nuevo modelo para extender SharePoint onlineMario Cortés Flores
 
Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...
Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...
Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...Mario Cortés Flores
 
Novedades en desarrollo en SharePoint 2013
Novedades en desarrollo en SharePoint 2013Novedades en desarrollo en SharePoint 2013
Novedades en desarrollo en SharePoint 2013Mario Cortés Flores
 
Maratón SharePoint: Office365 wave 15
Maratón SharePoint: Office365 wave 15Maratón SharePoint: Office365 wave 15
Maratón SharePoint: Office365 wave 15Mario Cortés Flores
 
SharePoint, office y office 365 novedades en 2013, infraestructura y migración2
SharePoint, office y office 365 novedades en 2013, infraestructura y migración2SharePoint, office y office 365 novedades en 2013, infraestructura y migración2
SharePoint, office y office 365 novedades en 2013, infraestructura y migración2Mario Cortés Flores
 

Mehr von Mario Cortés Flores (18)

Metodología Agile en implantaciones D365
Metodología Agile en implantaciones D365Metodología Agile en implantaciones D365
Metodología Agile en implantaciones D365
 
Change management AENOR
Change management AENORChange management AENOR
Change management AENOR
 
2018.sps madrid.spfx workshop
2018.sps madrid.spfx workshop2018.sps madrid.spfx workshop
2018.sps madrid.spfx workshop
 
Sp fx connecting to share point & react lifecycle
Sp fx connecting to share point & react lifecycleSp fx connecting to share point & react lifecycle
Sp fx connecting to share point & react lifecycle
 
Ejemplo de personalización de SharePoint Online - CEUS
Ejemplo de personalización de SharePoint Online - CEUSEjemplo de personalización de SharePoint Online - CEUS
Ejemplo de personalización de SharePoint Online - CEUS
 
Office graph y oslo
Office graph y osloOffice graph y oslo
Office graph y oslo
 
Resumen de Office para iPad
Resumen de Office para iPadResumen de Office para iPad
Resumen de Office para iPad
 
Resumen de office365
Resumen de office365Resumen de office365
Resumen de office365
 
Sincronizándonos con office 365 y DirSync, integración con nuestro ad existente
Sincronizándonos con office 365 y DirSync, integración con nuestro ad existenteSincronizándonos con office 365 y DirSync, integración con nuestro ad existente
Sincronizándonos con office 365 y DirSync, integración con nuestro ad existente
 
Aplicaciones Autohosted, el nuevo modelo para extender SharePoint online
Aplicaciones Autohosted, el nuevo modelo para extender SharePoint onlineAplicaciones Autohosted, el nuevo modelo para extender SharePoint online
Aplicaciones Autohosted, el nuevo modelo para extender SharePoint online
 
Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...
Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...
Apps para consumir office 365 y sharepoint en windows 8, windows phone, ipad,...
 
Introducción a SharePoint 2013
Introducción a SharePoint 2013Introducción a SharePoint 2013
Introducción a SharePoint 2013
 
Aclarando las nubes
Aclarando las nubesAclarando las nubes
Aclarando las nubes
 
Apps en office15
Apps en office15Apps en office15
Apps en office15
 
Novedades en desarrollo en SharePoint 2013
Novedades en desarrollo en SharePoint 2013Novedades en desarrollo en SharePoint 2013
Novedades en desarrollo en SharePoint 2013
 
Novedades en SharePoint 2013
Novedades en SharePoint 2013Novedades en SharePoint 2013
Novedades en SharePoint 2013
 
Maratón SharePoint: Office365 wave 15
Maratón SharePoint: Office365 wave 15Maratón SharePoint: Office365 wave 15
Maratón SharePoint: Office365 wave 15
 
SharePoint, office y office 365 novedades en 2013, infraestructura y migración2
SharePoint, office y office 365 novedades en 2013, infraestructura y migración2SharePoint, office y office 365 novedades en 2013, infraestructura y migración2
SharePoint, office y office 365 novedades en 2013, infraestructura y migración2
 

Kürzlich hochgeladen

CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 

Kürzlich hochgeladen (20)

CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 

Extensión de office con adal.js y office ui fabric

  • 1. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Extensión de Office con ADAL.JS y Office UI Fabric
  • 2. WWW.COLLAB365.EVENTS Mario Cortés Flores Plain Concepts Email : mcortes@plainconcepts.com Twitter : @mariocortesf LinkedIn : https://es.linkedin.com/in/mariocortesflores MVP en Office365 llevo trabajando desde hace más de 10 años en proyectos sobre SharePoint y en los últimos años especializado en SharePoint Online y Windows Azure. Trabajo en Plain Concepts como Web Team Lead dónde intentamos tener el mejor equipo en desarrollo web
  • 3. WWW.COLLAB365.EVENTS Agenda • Overview de Add-in • Flujo de desarrollo • Office Fabric • Adal JS • Publicación en el store
  • 4. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Overview
  • 5. Online Conference June 17th and 18th 2015 Qué es? • Una página web renderizada dentro de Office. • Basada en Html, CSS y JavaScript. • Podemos interactuar con los documentos y elementos de Office a través de Web Extensibility Framework.
  • 6. Online Conference June 17th and 18th 2015 Tipos de Apps
  • 7. Online Conference June 17th and 18th 2015 Office Add-ins
  • 8. Online Conference June 17th and 18th 2015 Add-ins Commands • Con Office 2016 podemos añadir secciones y botones al ribbon o menús contextuales • Install the latest version of Office 2016 applications
  • 9. Online Conference June 17th and 18th 2015 Cómo se instala • Desde el ribbon • Catálogo de apps: – Corporativo desde SharePoint – App Store – Unidad de red
  • 10. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Flujo de desarrollo
  • 11. Online Conference June 17th and 18th 2015 Anatomía
  • 12. Online Conference June 17th and 18th 2015 Anatomía
  • 13. Online Conference June 17th and 18th 2015 Anatomía
  • 14. Online Conference June 17th and 18th 2015 Core API Objects • Office.context – Entry point into Office API • Office.context.document – Common document API • Office.context.settings – Custom properties saved within document • Read and write selection • Create binding • Register event handlers • Use custom XML files • Read and writer properties • Properties saved to document document settings context
  • 15. Online Conference June 17th and 18th 2015 Inicialización • Para iniciar el contexto
  • 16. Online Conference June 17th and 18th 2015 getSelectedDataAsync() • Para leer de la selección
  • 17. Online Conference June 17th and 18th 2015 setSelectDataAsync() • Para inserter contenido
  • 18. Online Conference June 17th and 18th 2015 Centro de desarrollo http://dev.office.com/getting-started
  • 19. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Office Fabric
  • 20. Online Conference June 17th and 18th 2015 Office Fabric • Ofrece a nuestras aplicaciones controles con apariencia y comportamiento similar al de Office y SharePoint. • Referenciamos un css y JS y aplicamos las clases a nuestro HTML. http://dev.office.com/fabric/components/
  • 21. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Adal JS
  • 22. Online Conference June 17th and 18th 2015 Adal JS • Biblioteca en JavaScript para facilitar el intercambio y validación de tokens oAuth • Registrar la aplicación en WAAD https://secure.aadcdn.microsoftonline- p.com/lib/1.0.0/js/adal.min.js
  • 23. Online Conference June 17th and 18th 2015 AuthenticationContext
  • 24. Online Conference June 17th and 18th 2015 acquireToken
  • 25. Online Conference June 17th and 18th 2015 Bearer
  • 26. Online Conference June 17th and 18th 2015 Registrar la aplicación en WAAD • Registrar la aplicación y dar permisos • http://dev.office.com/getting- started/office365apis
  • 27. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Publicación en el Store
  • 28. Online Conference June 17th and 18th 2015 Empaquetado • Validar el manifest con Office App Compatibility Kit • Generar el manifest • Publicar el código en IIS, Azure o CDN
  • 29. Online Conference June 17th and 18th 2015 Office App Compatibility Kit • Herramienta de validación del manifest https://www.microsoft.com/en- us/download/confirmation.aspx?id=46831
  • 30. Online Conference June 17th and 18th 2015 Antes de publicar • Indicar un título y descripción descriptivo • Especificar el idioma al que va destinado • Incluir screenshots • Incluir un logo acorde con el Add-in • Experiencia de carga inicial • Añadir add-in commands
  • 31. Online Conference June 17th and 18th 2015 Validaciones • Pasar el Office App Compatibility Kit • Validar que se cumplen las “Validation policies” • Validar en cliente Office W+Mac, Explorer Chrome y Safari • Desinstalar el Add-in
  • 32. Online Conference June 17th and 18th 2015 WWW.COLLAB365.EVENTS Referencias
  • 33. Online Conference June 17th and 18th 2015 Referencias • OfficeAdd-insplatformoverview • Add-insCommands • Understandingthe JavaScriptAPI for Office • Sitiode desarrollode Office • Best practicesde publicación • Validationpolicies
  • 34. Online Conference June 17th and 18th 2015 Ejemplos de Apps • Empaquetadas en el Store • Bing Maps • Package Tracker • Khan Content from Microsoft • Translator • Ejemplos de código de apps: • https://github.com/OfficeDev/Outlook-Add-in-LinkRevealer • https://github.com/OfficeDev/Office-Add-in-Calculator • https://github.com/OfficeDev/Word-Add-in-JavaScript-AddPopulateBindings • https://github.com/OfficeDev/Excel-Add-in-Bind-To-Table
  • 36. WWW.COLLAB365.EVENTS Stay tuned for more great sessions … Gracias! @mariocortesf