Burp Suite Enterprise Edition is now available in our secure Cloud  –  Learn more

Enterprise Edition

Enabling Burp Suite Enterprise Edition to access your ADFS groups

  • Last updated: July 16, 2024

  • Read time: 3 Minutes

If you're not using SCIM, you can create groups in Burp Suite Enterprise Edition that have identical names to your groups in ADFS. This enables Burp Suite Enterprise Edition to duplicate these groups of users, and enables you to manage them locally.

To make sure that the group membership of your users is in a format that Burp Suite Enterprise Edition can recognize, you have the following options:

Note

You can also use a combination of both approaches. In this case, the groups available to Burp Suite Enterprise Edition would be the union of the groups covered by the claim issuance policy and any additional groups for which you created individual claim rules.

Create a central claim issuance policy

To expose all of your users' groups to Burp Suite Enterprise Edition, configure a central claim issuance policy. This allows you to manage the claim rules for all of your groups in one place. It also removes the need to configure claim rules each time you add a new group.

The downside to this approach is that your groups must keep their existing group names. For example, if your group is called BSEE_View_Scans in Active Directory, you need to use this exact name for the corresponding user group in Burp Suite Enterprise Edition. For more information, see Configuring user permissions for SSO.

  1. Open the ADFS Management tool and go to the list of relying party trusts.
  2. Right-click on the entry you created for Burp Suite Enterprise Edition and select Edit claim issuance policy.
  3. Use the wizard to configure the following rules:

Rule 1

  • Template: Send LDAP attributes as claims
  • Name: Send UPN as nameId
  • Rule: User-Principle-Name => Name ID

Rule 2

  • Template: Send LDAP attributes as claims
  • Name: AccountName
  • Rule: SAM-Account-Name = Windows Account Name

Rule 3

  • Template: Send claims using a custom rule
  • Name: nameDN
  • Rule: c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY"] => add(store = "Active Directory", types = ("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameDN"), query = ";distinguishedName;{0}", param = c.Value);

Rule 4

  • Template: Send claims using a custom rule
  • Name: Group
  • Rule: c1:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY"] && c2:[Type == "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameDN"] => add(store = "Active Directory", types = ("http://schemas.xmlsoap.org/claims/Group"), query = "(member:1.2.840.113556.1.4.1941:={1});samaccountname;{0}", param = c1.Value, param = c2.Value);

Rule 5

  • Template: Pass through or filter an incoming claim
  • Name: IssuedGroup
  • Rule: Group - Pass through all claim values

All the groups that the user belongs to are sent with every claim to Burp Suite Enterprise Edition. If you add new groups, these rules automatically apply to them as well.

Create claim rules for each group individually

You can create claim rules on a group-by-group basis. This gives you more granular control over which groups and related information are exposed to Burp Suite Enterprise Edition in each claim.

You can output the group with a different name than the one used in Active Directory. For example, if your group is called BSEE_View_Scans, you can output this with a more user-friendly name, such as "Scan viewers". You can then use this name for the corresponding group in Burp Suite Enterprise Edition. For more information, see Configuring user permissions for SSO.

  1. Open the ADFS Management tool and go to the list of relying party trusts.
  2. Right-click on the entry you created for Burp Suite Enterprise Edition and select Edit claim issuance policy.
  3. From the Claim rule template drop-down list, select Send Group Membership as Claim and click Next.
  4. Enter a name for the claim rule.
  5. To configure a claim rule, select User's group and select the group.
  6. From the Outgoing claim type drop-down list, select Group.
  7. In the Outgoing claim value field, enter a new name that you want to use for this group when sending a claim.
  8. Repeat this process for each group that you want to expose to Burp Suite Enterprise Edition.

If you add new groups in the future, you will need to repeat this process for each of them.

Adding your groups to Burp Suite Enterprise Edition

The next step is to grant permissions, by matching the names of groups that you create in Burp Suite Enterprise Edition with your ADFS groups. For more information, see Configuring groups for SAML or LDAP.

Was this article helpful?