Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

single signon + spring [closed]

Can anybody tell me how to implement single signon in my spring application.(Tomcat or Jboss server)

share me any documentation or link to bring this feature in my spring app.

I am using spring 2.5.6 .

Pls do the needful.

like image 318
Satya Avatar asked Nov 18 '25 14:11

Satya


1 Answers

What you need is spring-security.

It supports both OpenID and CAS out of the box, but you'll need to do some research on your own on those.

If you need just basic SSO functionality I can recommend just implementing your own UsernamePasswordAuthenticationFilter and/or AbstractPreAuthenticatedProcessingFilter and using cookies. This answer will help you do that.

You also should have a look at the spring-security docs and then ask a more specific question if you need to.

like image 196
Simeon Avatar answered Nov 20 '25 02:11

Simeon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!