CONFIG AUTH OIDC GROUP ADD

Level

user,modify

History

Appears in 5.0.0

Description

Create a new OIDC users group in a domain.

Usage

DomainName=<domain_name>: Domain name to which the group should be added.
UID=<unique_identifier>: Unique identifier of the group in the domain.
Name=<group name>: Name of the group.
Claim=<groups|roles>: OIDC claim to which the group is linked.
[Description=<description>]: Description for the group.

Example

CONFIG AUTH OIDC GROUP ADD DomainName="stormshield.onmicrosoft.com" UID="5914ef98-ae54-47c8-9c0b-efe4d0dfa926" Name="Admin Full" Claim=groups Description="Administrators with full privileges"