feathr
feathr copied to clipboard
AAD Group Support in Access Control plugin
It is a common scenario that user may organize their access control rules with AD groups. Current version of access control only support user level login and validation.
Need to support the AAD Groups.
AAD Group info can be get through Microsoft Graph API. However, it will introduce new dependencies which is not cloud provider neutral. Need to figure out is there any standard group concepts for OAuth tokens we can leverage. Or shall we implement Graph API.