Giter Site home page Giter Site logo

phongdangthanh / o365-angular-microsoft-graph-connect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoftgraph/angular-connect-rest-sample

0.0 2.0 0.0 94 KB

This sample shows how to connect your Angular web app to Office 365 using Microsoft Graph to send an email.

License: MIT License

JavaScript 66.77% HTML 29.90% CSS 3.33%

o365-angular-microsoft-graph-connect's Introduction

Office 365 Angular Connect sample using Microsoft Graph

Connecting to Office 365 is the first step every app must take to start working with Office 365 services and data. This sample shows how to connect and then call the Microsoft Graph API (previously called Office 365 unified API), and uses the Office Fabric UI to create an Office 365 experience.

Note: Try out the Get started with Office 365 APIs page which simplifies registration so you can get this sample running faster.

![Office 365 Angular Connect sample screenshot](./README assets/screenshot.png)

Prerequisites

To use the Office 365 Angular Connect sample, you need the following:

  • Node.js. Node is required to run the sample on a development server and to install dependencies.

  • An Office 365 account. You can sign up for an Office 365 Developer subscription that includes the resources that you need to start building Office 365 apps.

    Note: If you already have a subscription, the previous link sends you to a page with the message Sorry, you can’t add that to your current account. In that case use an account from your current Office 365 subscription.

  • A Microsoft Azure tenant to register your application. Azure Active Directory (AD) provides identity services that applications use for authentication and authorization. A trial subscription can be acquired here: Microsoft Azure.

    Important: You also need to make sure your Azure subscription is bound to your Office 365 tenant. To do this, see the Active Directory team's blog post, Creating and Managing Multiple Windows Azure Active Directories. The section Adding a new directory will explain how to do this. You can also see Set up your Office 365 development environment and the section Associate your Office 365 account with Azure AD to create and manage apps for more information.

  • A client ID of an application registered in Azure. This sample application must be granted the Send mail as signed-in user and Send mail as signed-in user permissions for the Microsoft Graph application. Add a web application in Azure and grant the proper permissions to it.

    Note: During the app registration process, make sure to specify http://127.0.0.1:8080/ as the Sign-on URL.

Configure and run the app

  1. Using your favorite IDE, open config.js in public/scripts.
  2. Replace ENTER_YOUR_CLIENT_ID with the client ID of your registered Azure application.
  3. Install project dependencies with Node's package manager (npm) by running npm install in the project's root directory on the command line.
  4. Start the development server by running node server.js in the project's root directory.
  5. Navigate to http://127.0.0.1:8080/ in your web browser.

To learn more about the sample, visit the Angular walkthrough on graph.microsoft.io..

Questions and comments

We'd love to get your feedback about the Office 365 Angular Connect sample. You can send your questions and suggestions to us in the Issues section of this repository.

Your feedback is important to us. Connect with us on Stack Overflow. Tag your questions with [MicrosoftGraph] and [office365].

Additional resources

Copyright

Copyright (c) 2016 Microsoft. All rights reserved.

o365-angular-microsoft-graph-connect's People

Contributors

davidchesnut avatar martellaj avatar ricalo avatar tadaomachida avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.