-
Notifications
You must be signed in to change notification settings - Fork 6
Configure Authentication
Jonas Van der Biest edited this page Jul 11, 2016
·
1 revision
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.
Browse to the Azure Portal or use http://manage.windowsazure.com/[tenantDomain] to access your WAAD directly.
Create a new application.
Make note of the client Id (you will need it here: Deployment Parameters) and download the current manifest.
Inside the manifest, change oauth2AllowImplicitFlow
to true
and reupload the manifest.
- [Setup your environment](Run Locally)
- [Configure Authentication](Configure Authentication)
- [Azure VSTS Deployment](Azure VSTS Deployment)