Expand my Community achievements bar.

Who Me Too'd this topic

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...

Who Me Too'd this topic