nscendoni commented on PR #18:
URL: https://github.com/apache/sling-samples/pull/18#issuecomment-3244235393
I see these issues with configuration:
- `org.apache.sling.auth.oauth_client.impl.OidcAuthenticationHandler` is a
factory. It should be something like:
`org.apache.sling.auth.oauth_client.impl.OidcAuthenticationHandler~google`
- you need to add a configuration for UserInfoProcessor like:
```
"org.apache.sling.auth.oauth_client.impl.SlingUserInfoProcessorImpl~google":
{
"connection": "google"
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]