Widen / cloudfront-auth

An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
ISC License
626 stars 148 forks source link

Add support for Azure AD custom signing keys in build.js #86

Open tuomovee opened 3 years ago

tuomovee commented 3 years ago

If user chooses to use custom signing keys, query parameter "appid" with value of CLIENT_ID is appended to the discovery document URL.

This pull request resolves issue #85.