Although, in many other projects I am using Spring Boot and different tools provided by the Spring Cloud ecosystem and all the new microservices developed by Alfresco are mostly based on the same Spring Boot platform, my life started to be complicated as I could not provide the same or similar features for Alfresco itself.
Month: March 2020
Simple JWT instead of Alfresco Identity Service
The goal here is to sign our own JWT and send it to our Alfresco repository (+Share, +ADF apps) via standard http headers. However, I am not keen implementing any custom module on the repository side but just reuse everything Alfresco provides via the “identity-service” authentication subsystem.