Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] JASPI in Jetty 9.

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.

Back to the top