From c37251514663e9181bc0611ad543c7995e4141c6 Mon Sep 17 00:00:00 2001 From: Payton Garland Date: Wed, 7 Feb 2018 12:24:48 -0600 Subject: [PATCH] Add Microsoft AuthN methods --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e50085..26d4f4f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ Session duration is defined as the number of seconds that JWT is valid for. Afte 1. Above where you selected `Keys`, go to `Reply URLs` and enter your Cloudfront hostname with your preferred path value for the authorization callback. Example: https://my-cloudfront-site.example.com/_callback 1. Execute `make` in the downloaded directory. NPM will run to download dependencies and a RSA key will be generated. 1. Choose `Microsoft` as the authorization method and enter the values for [Tenant](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-howto-tenant), Client ID (*Application ID*), Client Secret (*previously created key*), Redirect URI and Session Duration +1. Select the preferred authentication method + 1. Azure AD Membership (default) + 1. JSON Username Lookup + 1. Enter your JSON Username Lookup URL (example below) that consists of a single JSON array of usernames to search through 1. Upload the resulting `cloudfront-auth.zip` file using the AWS Lambda console and jump to the [configuration step](#configure-lambda-and-cloudfront) ### Configure Lambda and CloudFront