Custom Http
This page described configuring Lenses with a custom HTTP implementation for authentication.
Setup a custom authentication layer
# Full classpath of customer authentication plugin
lenses.security.plugin=com.mycompany.authentication.plugin.class.pathpublic interface HttpAuthenticationPlugin {
UserAndGroups authenticate(HttpRequest request);
}Example
Last updated
Was this helpful?

