User Groups

Enable:
privacyIDEA User Groups Key Key to store the groups of the user in privacyIDEA. @if (resolverType === "entraidresolver") { Group Identifier } @else { User Store Attribute } @if (resolverType === "entraidresolver") { Group identifier from EntraID mapped to the users group list. } @else { Key of the group's name in the user store response. }
@if (resolverType !== "entraidresolver") {
Method POST GET PUT PATCH DELETE HTTP method for the groups request. Endpoint Endpoint to receive the groups of a specific user. Possible tags: {userid} @if (resolverType === "keycloakresolver") { {realm} }
}
@if (resolverType === "entraidresolver") {
Receive the users groups via the memberOf attribute.
} @else {
User groups are received in a separate request and stored under the privacyIDEA attribute groups .
}