My aim is to fetch the assets from Frame.IO and render it to an AEM page using OAuth 2 App.
I’m able to do it but the issue is with authentication of OAuth 2 App, will have to manually authenticate it. Once the authentication got successful it redirects me to my callback AEM page where I can play the video.
Instead of doing the authentication manually, I want to automate/bypass it in any ways (using java, javascript, etc.).
The steps are-
- Hit the auth URL with my localhost.
- Have to enter my Frame.IO credentials.
- Allow the access.
Please do share you views and ideas on this if you have any.
Thanks