Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

AEM 6.5 author login using OAuth2.0

Avatar

Level 2

I'm looking to implement IDAM 2FA authentication on an AEM author instance using OAuth 2.0. Could anyone provide guidance on how to set up OAuth 2.0 authentication for an AEM author instance?

6 Replies

Avatar

Community Advisor

Avatar

Level 2

Hi @Tethich , 

Here are the steps I am trying to achieve:

  1. When a user tries to log in to AEM at http://<domain>:4502/libs/granite/core/content/login.html, they should be redirected to the login page on a third-party IDAM server or SSO.
  2. The user enters their credentials and clicks the login button.
  3. The user is authenticated on the IDAM server and then redirected back to the AEM author instance at http://<domain>:4502/libs/granite/core/content/login.html, where AEM will authenticate the user based on their session.
  4. Finally, the user should be landed on the AEM start page at http://<domain>:4502/aem/start.html.

Avatar

Community Advisor

So you are trying to implement SSO using OAuth. This article covers this use case: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/set-up-aem-sso-authenticat...

Avatar

Community Advisor

Avatar

Level 2

@kautuk_sahni , Still I didn't found any solutions for this

Avatar

Administrator

@Nishanth_KR Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni