Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Web Application Security using Spring Security

Web Application Security using Spring Security

Introduction to spring security for securing web application/REST endpoint

KMKLabs

March 21, 2018
Tweet

More Decks by KMKLabs

Other Decks in Programming

Transcript

  1. What is spring security? Spring Security is a powerful and

    highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications. Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. (https://projects.spring.io/spring-security/)
  2. Features - Authentication and authorization - Protection against attacks like

    session fixation, clickjacking, csrf, etc. - Integration with servlet API - SAML support - OAuth support - OpenID support - Many more (http://projects.spring.io/spring-security/)
  3. Q&A