Spring Security using Database Authentication

Tools and Technologies used 1)Eclipse IDE Mars Release (4.5.0) 2)Java 8 3)Spring framework 4.2.0 4)Spring security 3.2 5)Tomcat 8 Follow steps from the Spring MVC project link to setup a spring maven hello world project. Create the spring controller class package com.kb.controllers;   import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping;   @Controller public class SpringSecurityHelloWorldControllerDatabase { […]

Share this article on

Spring security with site minder integration

SSO : Single sign on system which means “sign in once for multiple secured applications” Site Minder : single sign on system which will authenticate the user for one of the application where the site minder is integrated and all other applications just allows the user inside without any authentication. Now if the user tries […]

Share this article on
< Previous Next >