davidjrh/dnn.azureadprovider

Set the UserAgent on the Graph API calls

davidjrh opened this issue · 1 comments

Currently the calls made to the Graph API don't have the User-Agent header specified, making those requests as suspicious for security professionals when accessing the access logs.

Solution: Set the header to "DNN Azure AD Provider - Sync Agent (v1.xx)"

Fixed on PR #74 by @alendv