AEm 6.5 Adaptive Forms and Closed User Groups | Community
Skip to main content
New Participant
May 23, 2020
Solved

AEm 6.5 Adaptive Forms and Closed User Groups

  • May 23, 2020
  • 5 replies
  • 12525 views

I want to force user authentication before they use an adaptive form. 

 

I can restrict user access through useradmin page, can remove access to anonymous to the folder /content/forms/af/<project name> but how do I force the user to login instead of getting a default 404.

 

I was reading about CUG, https://docs.adobe.com/content/help/en/experience-manager-65/administering/security/cug.html but the options available for "normal" site pages are not available for adaptive forms. 

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

@eric_stricker  You can embed a form on the site page and use the CUG approach.

5 replies

New Participant
May 27, 2020

I have the following on my publish server

I have disabled anonymous access to my adaptive form. When your users try to access this form they will be forced to a login page. On successful authentication you can forward the users to this AF.

So you need to create a login page that can be authenticated against your leap. on successful authentication, I am adding the users to the formsusers group. Only users belonging to forms-users group will be allowed to access the adaptive form

 

daptive Form. I have set the

New Participant
May 29, 2020
Thanks you. This is working, but how to you redirect to a login page. Did you customize the default 401-403 error pages to redirect to your login page?
New Participant
May 26, 2020

I am re-building my server. Once it is up I will post the steps needed to achieve your use case

Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
May 26, 2020

@eric_stricker  You can embed a form on the site page and use the CUG approach.

New Participant
May 25, 2020

I will post the steps by Tuesday

thanks

New Participant
May 23, 2020

I will send you the steps

New Participant
May 25, 2020
Thank you. Looking forward to the steps.