Need simple and best way to authenticate my site? | Community
Skip to main content
Raghava_Joijode
New Participant
April 4, 2017
Solved

Need simple and best way to authenticate my site?

  • April 4, 2017
  • 8 replies
  • 2053 views

Hi All,

I need to authenticate the users to access my website in aem, what is the simple and best way to implement?

Thanks,
Raghava.

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 edubey

Hi, 

You can use OOTB authentication handler. It is simple to implement.

Here is the helpx for it

https://helpx.adobe.com/experience-manager/using/secure_sites.html

Thanks

8 replies

smacdonald2008
New Participant
April 4, 2017

AEM functions the same no matter what app server is running it. For example, it will handle authentication the same way regardless if its running on WebSphere or WebLogic or other supported platforms. 

smacdonald2008
New Participant
April 4, 2017

Watch this Ask the AEM Comunity Experts session: 

https://helpx.adobe.com/experience-manager/using/secure_sites.html

Link to ATCE is in table at start! 

Raghava_Joijode
New Participant
April 4, 2017
       Thanks for the solution, Does this OOTB authentication handler help even if the pages are responded from webserver.
edubey
edubeyAccepted solution
New Participant
April 4, 2017

Hi, 

You can use OOTB authentication handler. It is simple to implement.

Here is the helpx for it

https://helpx.adobe.com/experience-manager/using/secure_sites.html

Thanks

Ratna_Kumar
New Participant
April 4, 2017

Yes, As prince suggested the link ,Closed user group is the best option to Authenticate the users to the site.

~ Ratna.

Prince_Shivhare
New Participant
April 4, 2017

Hi,

Hope this thread may help you:

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__gnzs-by_default_anonymous.html

it talks about authenticate anonymous user on publish instance.

 

~ Prince

Raghava_Joijode
New Participant
April 4, 2017

Hi Ratna,

I do not want to see the users accessing, I need to authenticate them before showing them the content of my site.

Ratna_Kumar
New Participant
April 4, 2017

Hi Raghava,

You can track the all the users in access.log who logged in to the website in AEM.

Is there any other way that you are trying to implement other than access.log?

~ Ratna.