Expand my Community achievements bar.

AEM 6.5 author login using OAuth2.0

Avatar

Level 1

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?

5 Replies

Avatar

Level 1

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

Administrator

@Nishanth_K_R 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