Skip to content

AlexeyBoiko/angular5-office365-adal-example

Repository files navigation

Angular5 Office365 Adal Example

Example of using Adal.js in Angular5. App show how to:

  • authorize user
  • acquire token for Microsoft Graph Api
  • get user messages
  • silence renew token

Example use only standard Adal.js (without wrappers) and typings from @types/adal-angular.

This project was generated with Angular CLI version 1.6.6.

To make it working

  • setup Replay URLs in Azure portal for your app

Replay URLs

  • set «oauth2AllowImplicitFlow»: true in your app manifest

Replay URLs

  • give permissions to Microsoft Graph API

Replay URLs

  • set your tenant, and clientId in environments/environment.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published