privacyIDEA User Groups KeyKey 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") {
MethodPOSTGETPUTPATCHDELETEHTTP method for the groups request.EndpointEndpoint 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
.