marcus-crane / netbox-plugin-azuread

A plugin that enables users to authenticate with Netbox using Azure Active Directory
17 stars 5 forks source link

Update plugin to use proper groups claim #8

Closed marcus-crane closed 2 years ago

marcus-crane commented 2 years ago

At the moment, the plugin makes a direct call to the Microsoft Graph API when really, the group claim should be configured to pass groups through for the authenticated user.

As a result, this might also result in a performance improvement as only one request needs to be made.