Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 91 forks source link

[Documentation] group key and externalId must "match" for groups that are synched from IMS, or else members can no longer login #595

Closed pahupe closed 5 months ago

pahupe commented 3 years ago

Not sure if I should directly update the documentation, therefore I submit this change as an issue:

On page https://github.com/Netcentric/accesscontroltool/blob/develop/docs/Configuration.md#configuration-of-groups > section "Configuration of groups", it should be noted that for groups that are synched from an external source (here: Adobe IMS), the authorizableId (the key) should "match" the externalId (without the ;suffix), or else the group synchronisation (performed on login) will fail and as a consequence, group members won't be able to login to AEM anymore.

Example for group synched from Admin Console / IMS:

- group_config:

    - groupname-in-adminconsole:
        - name: displayname
          description: “Description"
          isMemberOf: contributor
          externalId: "groupname-in-adminconsole;ims"
kwin commented 3 years ago

@pahupe Can you come up with a PR?