-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally create/update managed groups in Adobe IMS #699
Conversation
598ed82
to
daaa506
Compare
I am puzzled by this error message in the IT: It is expected that the user group does not exist yet, if I want to create it: https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#createUserGroup. Update: Raised a support ticket for this in https://adminconsole.adobe.com/FA907D44536A3C2B0A490D4D@AdobeOrg/support/support-cases/E-001223901. |
604346b
to
738a3f6
Compare
738a3f6
to
f6bb977
Compare
.../netcentric/cq/tools/actool/authorizableinstaller/impl/AuthorizableInstallerServiceImpl.java
Show resolved
Hide resolved
docs/AdvancedFeatures.md
Outdated
Since ACTool 3.1.0 there is support for creating/updating groups in [Adobe IMS](https://www.adobe.com/content/dam/cc/en/trust-center/ungated/whitepapers/corporate/adobe-identity-management-services-security-overview.pdf). Those are the groups which are exposed in the Adobe Admin Console and automatically used for [AEMaaCS](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/security/ims-support) and also [AEM 6.5 hosted by AMS](https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/authentication/adobe-ims-authentication-technical-video-understand). | ||
|
||
To enable that feature, just set the property `syncWithExternalUserManagement` on the groups in the YAML file to `true`. | ||
In addition an OSGi configuration for the leveraged [UMAPI](https://adobe-apiplatform.github.io/umapi-documentation/en/) needs to be provided in the configuration PID `biz.netcentric.cq.tools.actool.externalusermanagement.ims.IMSUserManagement`. This configuration should only be provided for run mode `author` to prevent the same groups from being created/updated multiple times. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be nice to leave the door open for publish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do :-)
2211ffe
to
02d63ce
Compare
This leverages the UMAPI This closes #698
02d63ce
to
473084b
Compare
Quality Gate passedIssues Measures |
This leverages the UMAPI
This closes #698