Description
The assignment creates a new group.
Although this group has the desired UI name, internally it has a hash value as its name.
Example:
foo -> the internal group /users/foo
foo -> the group that is called foo but points to /users/
Steps to reproduce
- configure
- log in
Expected behavior
That the user is mapped to the internal group
Actual behavior
An new group is created with the same ui name, but an other path
Environment
- Nextcloud version: 32
- PHP version: 8.3
- user_oidc version: 8.10.1
- oidc_groups_mapping version: 1.2.0
- Identity provider: Keycloak
Logs
Relevant entries from data/nextcloud.log
Maps:
{
"version": 1,
"mode": "replace",
"preserveDisplayName": false,
"rules": [
{
"id": "rule-ms06hy76-hpce",
"type": "map",
"enabled": true,
"claimPath": "CLAIM",
"config": {
"values": {
"/Nextcloud/FOO": "FOO"
},
"unmappedPolicy": "ignore"
}
}
]
}
Description
The assignment creates a new group.
Although this group has the desired UI name, internally it has a hash value as its name.
Example:
foo -> the internal group /users/foo
foo -> the group that is called foo but points to /users/
Steps to reproduce
Expected behavior
That the user is mapped to the internal group
Actual behavior
An new group is created with the same ui name, but an other path
Environment
Logs
Relevant entries from
data/nextcloud.logMaps:
{
"version": 1,
"mode": "replace",
"preserveDisplayName": false,
"rules": [
{
"id": "rule-ms06hy76-hpce",
"type": "map",
"enabled": true,
"claimPath": "CLAIM",
"config": {
"values": {
"/Nextcloud/FOO": "FOO"
},
"unmappedPolicy": "ignore"
}
}
]
}