Mapping LDAP Groups & Users to Fiddler Teams
Last updated
Was this helpful?
Last updated
Was this helpful?
More details on Fiddler roles and their permissions can be found .
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.