We have been trying to test changing our login from SAML to OIDC with the new AEM support for OIDC (https://experienceleaguecommunities.adobe.com/t5/forums/postpage/board-id/adobe-experience-manager-q...).
We are using Salesforce as the IDP so the additional attributes we need to write to the user profile live in the ID Token. This isn't supported out of the box so we have to create a custom UserInfoProcessor. We've tried copying the Sling version https://github.com/apache/sling-org-apache-sling-auth-oauth-client/blob/master/src/main/java/org/apa... but on deploy we are having issues with the dependencies resolving in the bundle.
Has anyone had any luck with their own custom implementation of UserInfoProcessor?