Where is Adobe Granite OAuth Resource Server in AEM 6.2?
I am trying to implement OAuth functionality in AEM 6.2 (based on this Presentation: https://docs.adobe.com/ddc/en/gems/oauth-server-functionality-in-aem---embrace-federation-and-unlea.html).
I was able to make this work in AEM 6.1 since I can find the Service configuration of "Adobe Granite OAuth Resource Server" it's in the Web Console (http://localhost:4502/system/console/configMgr). But it's not there in AEM 6.2. Can someone point me, how to modify the allowed scopes in 6.2?
Also, has anyone implemented OAuth in there servers like this? If not, what was your approach?