dcp_default_authz_groups
- Property Manager name: Default Authorization Groups
- Behavior version: The
v2024-10-21
rule format supports thedcp_default_authz_groups
behavior v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: No (temporarily)
The Internet of Things: Edge Connect product allows connected users and devices to communicate on a publish-subscribe basis within reserved namespaces. This behavior defines a set of default authorization groups to add to each request the property configuration controls. These groups have access regardless of the authentication method you use, either JWT using the verify_json_web_token_for_dcp
behavior, or mutual authentication using the dcp_auth_variable_extractor
behavior to control where authorization groups are extracted from within certificates.
Option | Type | Description | Requires | |
---|---|---|---|---|
group_names | string array | Specifies the set of authorization groups to assign to all connecting devices. | {"displayType":"string array","tag":"input","todo":true} |
Updated 17 days ago