Skip to content

First deploy

Gabriel Augendre edited this page Aug 27, 2016 · 2 revisions

When first deploying the app, you'll need to fill some config vars.

  1. Go to https://manage.windowsazure.com
  2. Select your domain
  3. Click on Applications (top horizontal menu)
  4. Select Applications my company owns (dropdown list) and confirm
  5. Select your app
  6. Click on Configure (top horizontal menu)
  7. Select a duration for the secret key
  8. Add your callback URL (protocol matters)
  9. Save and Don't leave the page
  10. Get the secret key

AZURE_CLIENT_ID

This is the client ID you'll find on your app page in Azure.

AZURE_TENANT_ID

It's your domain, without any protocol or trailing /

AZURE_CLIENT_SECRET

This is the secret key you generated in step 10.

Clone this wiki locally