Robert Munteanu
Robert Munteanu
It's valid to add this requirement to any service. I would actually recommend not doing it on the Sling Authenticator because you don't have can overwrite this by trying to...
@nscendoni this is finally almost working, I see the user being created but I get this error I don't know what to make of ``` 02.09.2025 11:55:28.987 *INFO* [qtp1227848401-344] org.apache.sling.auth.oauth_client.impl.OidcAuthenticationHandler...
@nscendoni - added some breakpoints, I think this is where it goes wrong OidcAuthenticationHandler.authenticationSucceeded returns false and then https://github.com/apache/sling-org-apache-sling-auth-core/blob/8bb459f1677656529bf6940c643bd6c4f3f67664/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java#L427-L433 is executed.
@nscendoni - I configured some more attributes to be synced but still no luck with the login flow. I can see some more properties set on the user node but...
@nscendoni - as discussed, here is the issue you discovered - https://issues.apache.org/jira/browse/SLING-12926
With a workaround this now works! I was confused becuase the user is considered logged in only for the paths handled by the OidcAuthenticationHandler. I added some debug information on...
With the changes from https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/30 this now works with custom idp names.
We publish the AEM Analyser and the AEM-CS SDK API on Maven Central. We cannot control what happens when you use a company repository mirror that does behave like Maven...
> I was wondering: if we are able to use the Jedis driver without these two - shouldn't we mark them as optional in the Maven dependency tree too. If...
> OSGi containers depend on the user to deploy the artefacts (e.g. by using a WAR file or a nested JAR file or some other way) and the MANIFEST.MF only...