AEM 6.5 author login using OAuth2.0 | Community
Skip to main content
Nishanth_KR
New Participant
December 10, 2024

AEM 6.5 author login using OAuth2.0

  • December 10, 2024
  • 3 replies
  • 1605 views

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?

3 replies

kautuk_sahni
Employee
January 7, 2025

@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
Nishanth_KR
New Participant
January 13, 2025

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

Tethich
New Participant
December 10, 2024
Nishanth_KR
New Participant
December 10, 2024

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.
Tethich
New Participant
December 10, 2024

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-authentication/td-p/369707