Skip to content

Mapping to interna NC groups don't work #6

Description

@tuxmaster

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

  1. configure
  2. 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
Paste logs here

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"
}
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions