- Hi Team,
We have bussiness requirment that we need to disable user for a period of time and enable them back if needed.
We have tried AEM disable user option which will flag the user and restrict user login. But this is functional only with AEM login flow and not working with SSO
Also when we have SSO enabled the user activation is restricted as replication agent will not allow user activation due to difference in session tokens.
So requesting your help to restrict user login in both Author and Publish when user belong to some group.
Note: We are using AEM 6.5.6 and have custom authentication handler to create and add users to specific group during login.