Hi,
I am using AEM 6.5. I have a requirement in which I want to provide a guest login to external user to complete a workflow in AEM. How can I achieve this using any feature in AEM.
Please guide.
Thank you!
Views
Replies
Total Likes
Hi @hs06,
Please try using schedulers functionality for this use case. Create a scheduler and delete the user-id by checking if it is existing. You can run the scheduler at your convenience - if the user id is supposed to be deleted in 24 hours after getting created.
Thanks,
Kiran Vedantam
Hi @Kiran_Vedantam,
Schedulers will work for all the users or we can apply it to a particular user also please provide any link I can refer.
Thank you!!
Hi @hs06,
You can create a scheduler and delete a specific user like this: https://www.albinsblog.com/2015/05/delete-disable-users-through-java-api-in-adobe-cq5.html
Thanks,
Kiran Vedantam.
@hs06 you can even try setting Password expiry mechanism to achieve your use case. Please check below threads:
https://jackrabbit.apache.org/oak/docs/security/user/expiry.html
Hi to all of you! Please i'm extremely new in the community and i'm apologize for false question. Please can someone help me by giving tips to get access to AEM setting staff. Because i've an AdobeId account but they said that my account is not linked to get access to AEM tools for installation. Please i need to know what it's needed for that. Thanks to this wonderful community.
@hs06 You can add a Guest login link on your SSO login page and then implement Oak Custom login module. You would be able to add business logic to add the the user to specific groups programmatically so that they can complete the workflow.
https://www.linkedin.com/pulse/external-authentication-aem-which-method-choose-tyrone-tse/
And as mentioned already, purge these users on a scheduled basis.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies