Can AEM support auto deletion of user after the AEM/SAML logout.? | Community
Skip to main content
Level 4
April 11, 2016

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

  • April 11, 2016
  • 2 replies
  • 801 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

smacdonald2008
Level 10
April 11, 2016

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

Tuhin_Ghosh
Level 8
April 20, 2016

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

Thanks

Tuhin