Previous Topic: Proxy ID ExpirationNext Topic: Returned HTTP Header UserID


Regular Expression Role Filter

Defines whether regular expression characters in the filter are escaped.

sage.security.filter.escapeRegex

Default: False

When set to false, you can create a role filter such as 'rolename=Org.*' that enables you to see all roles that start with 'Org'. The asterisk (*) is read as a wildcard.

When set to true, you can create a role filter that includes a regular expression character in the role name. To filter for a role with a regular expression character, the character must be escaped in the permission configuration, for example, 'rolename=Org\.\*'.