Expand my Community achievements bar.

Can AEM support auto deletion of user after the AEM/SAML logout.?

Avatar

Level 5

I am trying to configure the SAML authentication, and i have enabled the Autocreate CRX Users check box for creating the users to be logged into AEM once SAML authentication is done. But i dont want the user details or the User to be created into the AEM. So is there any option to delete the user account once after the logout has been performed from AEM/SAML

2 Replies

Avatar

Level 10

This is not supported ootb. For this use case, you would need to write custom  service.

Avatar

Level 7

You can write a custom scheduler service or eventListener as scott mentioned.

Thanks

Tuhin