Skip to content

Configure Authentication

Jonas Van der Biest edited this page Jul 11, 2016 · 1 revision

Windows Azure Active Directory

If your company is using Azure Active Directory for their users, you could easily add this to the LunchOrder web application. You need to configure a LunchOrderWeb application inside your Azure Active Directory and you are good to go.

Configuration

Browse to the Azure Portal or use http://manage.windowsazure.com/[tenantDomain] to access your WAAD directly.

Create a new application.

New Application

Application Properties

Configure Application Make note of the client Id (you will need it here: Deployment Parameters) and download the current manifest.

Configure Manifest

Inside the manifest, change oauth2AllowImplicitFlow to true and reupload the manifest.

Development

  • [Setup your environment](Run Locally)

Deployment

  • [Configure Authentication](Configure Authentication)
  • [Azure VSTS Deployment](Azure VSTS Deployment)

User Guide

Clone this wiki locally