Skip to main content
kmak
Staff
Staff
March 12, 2026

Technical Tip: How to obtain the Lacework FortiCNAPP custom user groups GUID and add the GUID to the SAML attribute claims

  • March 12, 2026
  • 0 replies
  • 61 views
Description This article describes the steps to obtain the Lacework FortiCNAPP custom user groups GUID and add the GUID to the SAML attribute claims.
Scope Lacework FortiCNAPP.
Solution

As referenced in the Lacework FortiCNAPP SAML configuration guide, Microsoft Entra ID SAML JIT, the Custom User Groups required the GUID of the user group to be added as the attribute value.

 

Adding the Custom User Groups claims attribute value in the Microsoft Entra ID.

 

kmak_0-1773288357377.jpeg

 

Obtaining the GUID from the Lacework FortiCNAPP Portal.

  1. In the Lacework FortiCNAPP portal, navigate to the User groups page. The user group GUID column is not shown by default and requires it to be enabled in the column showing list.
                                                 
kmak_1-1773288357383.jpeg

 

  1. Select and enable the 'User group ID' in the column list, and the GUID column will now display in the table.

kmak_2-1773288357387.jpeg

 

  1. Drag to expand the column width of the User group ID, search for the related user group, and copy the GUID value to insert into the SAML attribute claims of the Custom User Groups.

kmak_3-1773288357392.jpeg

 

Obtaining the GUID from the Lacework FortiCNAPP CLI command.

Use the command to display user group details.

 

# lacework api get /api/v2/UserGroups

 

Output sample:

 

kmak_4-1773288357397.jpeg

 

Related document:

Microsoft Entra ID SAML JIT