We are using SAML to authentication users in our Communities environment but by default SAML creates the users in /home/users but for communities we need them in /home/users/community.
Is there a way to change the path (via a config or a java hook) to change where SAML saves these user accounts?
When the user is created in /home/users they cannot see other usernames of posters (only unknown user) because the ACL property for everyone to access the profile lives on the community folder. I could add this to the users folder too but this would seem like a security risk.
Tried making a workflow to move the node that runs on rep:User Created but it fails with the following error:
OakConstraint0063: Attempt to manually create or change a token node or it's parent.