CONFIG AUTH OIDC GROUP UPDATE
Level
user,modify
History
Appears in 5.0.0
Description
Update an existing OIDC users group in a domain.
Usage
DomainName=<domain_name>: Domain name to which the group belongs.
UID=<unique_identifier>: Unique identifier of the group in the domain.
Claim=<groups|roles>: OIDC claim to which the group is linked.
[NewUID=<new_unique_identifier>]: New unique identifier of the group in the domain.
[Name=<group_name>]: Name of the group.
[Description=<description>]: Description for the group.
Example
CONFIG AUTH OIDC GROUP UPDATE DomainName="stormshield.onmicrosoft.com" UID="5914ef98-ae54-47c8-9c0b-efe4d0dfa926" Claim=groups NewUID="9914ef98-ae54-47c8-9c0b-efe4d0dfa927" Name="Admin Read" Description="Administrators with read-only privileges"