How do I set the OAuth Client scope in AEM 6.2?
Hi,
I've been working on a simple OAuth client app that allows a user to authenticate against AEM 6.2 , get an Access Token and use it to fetch an Asset
Background is covered in:
The first 2 steps are working but I need to set the scope and it is NOT clear how to do this in the provided documentation and examples.
Details as follows:
Next step is to change scope from 'profile' to '/content/dam' in order to fetch content. This gives me an error 'invalid_scope', which makes sense as the OAuth Client is not configured to allow this scope yet. Trying to configure it and on /system/console/configMgr I see no 'OAuth Resource Server' configurations. Also, if I browse to /system/console/configMgr/com.adobe.granite.oauth.server.impl.OAuth2ResourceServerImpl I will get this error message:
| ||
Does it mean that our installation is missing a module required for OAuth?
Thanks for any help you can give.
Mike