Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.5.3 upgrade - com.adobe.granite.oauth

Avatar

Level 1

Hello experts.

 

Wanted to socialize a use case with you to see if anyone else has faced an issue with Oauth on AEM 6.5.x?

The code which I developed on AEM 6.4 for oauth scope is breaking as the packages necessary for Oauth (com.adobe.granite.oauth) is missing in AEM 6.5 SP3 uber jar.

 

Manually adding the maven dependency in the project pom is not solving the problem. https://mvnrepository.com/artifact/com.adobe.granite/com.adobe.granite.auth.oauth/1.0.0

 

Altham_0-1580918245940.png

 

Oauth is not marked as deprecated in 6.5 deprecated API list.
https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/de...

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor
3 Replies

Avatar

Correct answer by
Employee Advisor

Avatar

Level 1

@Jaideep_Brar 
Referring the deprecated 6.5.3 uber jar worked.

Shall I continue using deprecated uber jar?