Need to integrate client with aem which has oauth enabled
Hi,
We use AEM as a CMS in a C/C++ based product.
we used the traditional username/password approach.
we need to integrate the oauth mechanism into our product.
We do not have any custom plugin/packages for AEM written.
- For login we open a Chromium CEF browser and ask the user to login
- uses auth_code from browser and , get access token and use it as a Authorization Bearer token.
- uses the entire cookie and extract token and set it as Authorization Bearer
- enable token as request parameter
- set cookie after reading it from the CEF data base
