Mapping LDAP Groups & Users to Fiddler Teams
This document describes the naming convent and rules for mapping internal AD groups to Fiddler Teams automatically.
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:
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.
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?