You are on page 1of 1

Q.1 What is Spring Security?

 Spring security actually a separate module that Is given by spring framework that
mainly to handle authentication and authorization concept in java application.
 It takes of spring security issue like vulnerability such as CSRF attacks.
 To use spring security in project, add dependency
 We can implement this by using @enableWebSecurity.

Q.2 what are main essential features of spring security?


 Handle authentication and authorization in a flexible manner and comprehensive
manner.
 Java authorization and authorization service(JAAS) is used for authentication
puposes. By using spring security is implemented . ( It is part of Oracle)
 It allows single sign-On so that in case of multiple application whose we can
access (login) one time access.
 Like google application, gmail, drive,and so on

You might also like