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
loginApproaches we tried wereuses 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 reques...