ad-auth/group-roles-map

The TLS Mode to use for talking to the AD Server

This is a map of group names to a list of roles for that group.

All matches will be applied.

Example:

{
  "group1": [ "role1", "role2" ],
  "group2": [ "role2", "role3" ]
}