Mapping LDAP Groups & Users to Fiddler Teams

More details on Fiddler roles and their permissions can be found here.

AD Group Naming Convention Requirements

All groups must adhere to the following regex pattern:

fiddler_<identifier>

Here, <identifier> can be one of:

  • ORG_ADMIN

  • ORG_MEMBER

  • A custom team name

If you use any value other than ORG_ADMIN or ORG_MEMBER for the identifier, it will be interpreted as a team name within Fiddler.

See the below examples for clarification.

AD Group Name
Result

fiddler_ORG_ADMIN

The user will be assigned an organization role of "Org Admin" within Fiddler.

fiddler_ORG_MEMBER

The user will be assigned an organization role of "Org Member" within Fiddler.

fiddler_data_scientist

The user will be assigned to the "data_scientist" team within Fiddler.

fiddler_

Invalid group name, will be ignored.

data_scientist

Invalid group name, will be ignored.

Last updated

Was this helpful?