Hi All, I need to implement a custom authentication mechanism in Jetty server. I was able to achieve this functionality using JASPIC in Payara.
But I can't seem to make it work in jetty. I have already implemented my custom authentication by extending the class 'BaseAuthModule'. But I can't seem to wire it with jetty. I would like to avoid any JAAS implement if possible(I didn't need it in Payara). Please help with this. Thanks.
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
