Hello,
I need to implement OAuth2-based authentication in AEM as a Cloud Service (AEMaaCS). I’d appreciate your guidance on the steps involved in setting this up, and if possible, I’d like to request any code samples or references that can help validate if a user is authenticated successfully.
Specifically, I’m looking for:
Steps to configure OAuth2 in AEMaaCS.
Required configuration changes (e.g., OSGi settings, dispatcher rules, Adobe IMS if applicable).
Any best practices for securing the endpoints or integrating with an identity provider.
Sample code to check authentication status on AEM components or servlets.
Your assistance or any reference documentation would be extremely helpful.
Thank you in advance!
Regards,
Srinivas
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Srinivas,
OAuth-based authentication is supported on the Publisher tier in AEM as a Cloud Service (AEMaaCS). You can refer to Adobe’s official documentation for guidance on configuring authentication in AEMaaCS:
Additionally, while the below implementation is in AEM 6.5 (not AEMaaCS), it offers valuable insights into integrating OAuth 2.0 with AEM using a custom client:
🔗 OAuth 2.0 Client Integration in AEM 6.5 – WillowTree
Regards,
Shankar Angadi
Hi Srinivas,
OAuth-based authentication is supported on the Publisher tier in AEM as a Cloud Service (AEMaaCS). You can refer to Adobe’s official documentation for guidance on configuring authentication in AEMaaCS:
Additionally, while the below implementation is in AEM 6.5 (not AEMaaCS), it offers valuable insights into integrating OAuth 2.0 with AEM using a custom client:
🔗 OAuth 2.0 Client Integration in AEM 6.5 – WillowTree
Regards,
Shankar Angadi
Thanks @shankar__angadi