Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How Jetty 7 handles SSO ?

Hi Geeks,

I am working on porting my application from jetty 6 to 7. When I went through the docs of Jetty 7 I understood that the login and authentication mechanism has completely changed in Jetty 7 i.e UserRealm
changed to loginservice and SSORealm has been completely removed. 
Like we have substitute for Userrelam , do we have any built in substitute or implementation of SSORealm ?
How Jetty 7 handles SSO ?

Regards,
gopi

Back to the top