davidjrh / dnn.azureadprovider

The DNN Azure Active Directory Provider is an Authentication provider for DNN Platform (formerly DotNetNuke) that uses Azure Active Directory OAuth2 authentication to authenticate users.
MIT License
35 stars 21 forks source link

Set the UserAgent on the Graph API calls #72

Closed davidjrh closed 1 year ago

davidjrh commented 1 year ago

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)"

davidjrh commented 1 year ago

Fixed on PR #74 by @alendv