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
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...
Solved! Go to Solution.
Views
Replies
Total Likes
Have you tried with the deprecations jar? uber-jar-6.5.3-apis-with-deprecations.jar
[1] https://repo.adobe.com/nexus/content/groups/public/com/adobe/aem/uber-jar/6.5.3//
Views
Replies
Total Likes
Have you tried with the deprecations jar? uber-jar-6.5.3-apis-with-deprecations.jar
[1] https://repo.adobe.com/nexus/content/groups/public/com/adobe/aem/uber-jar/6.5.3//
Views
Replies
Total Likes
Views
Replies
Total Likes
@Jaideep_Brar
Referring the deprecated 6.5.3 uber jar worked.
Shall I continue using deprecated uber jar?
Views
Replies
Total Likes