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

Prospecting the Security Landscape with Spring Boot, Zuul, and Stormpath - KCSUG 2017

Prospecting the Security Landscape with Spring Boot, Zuul, and Stormpath - KCSUG 2017

Video: https://youtu.be/acnbD_zf7fo

Spring Boot has greatly simplified how to develop applications with Spring. Its auto-configuration and many starters has fostered a Spring renaissance that makes developing Spring apps fun again!

Stormpath's Spring Boot starter is one of the most sophisticated in the land! It works with and without Spring Security, providing standard authentication flows as well as sophisticated standards compliant authorization flows (e.g. OAuth2 and OpenID Connect). Stormpath also supports adding to a Zuul gateway to secure your microservices infrastructure. Stormpath has also recently released Juiser, which allows you to auto-create an authenticated user object from an X-Forwarded-User header.

Stormpath Evangelists, Micah Silverman and Matt Raible, demonstrate the wonders of Spring Boot and Stormpath's unique starter that provides an incredible amount of functionality.

Matt Raible

March 01, 2017
Tweet

More Decks by Matt Raible

Other Decks in Technology

Transcript

  1. PROSPECTING THE SECURITY LANDSCAPE WITH SPRING BOOT, ZUUL, AND STORMPATH

    MICAH SILVERMAN / @AFITNERD MATT RAIBLE / @MRAIBLE
  2. About You Have you implemented your own authentication? How long

    have you been using Spring? Have you heard of Stormpath? Have you heard of or tried Stormpath?
  3. Spring Boot Automatically configures Spring whenever possible Provides production-ready features

    such as metrics, health checks and externalized configuration Absolutely no code generation and no requirement for XML configuration Embeds Tomcat, Jetty or Undertow directly
  4. Spring Boot 1.5 Apache Kafka Support Cloud Foundry actuator extensions

    Spring Data Ingalls LDAP support Loggers endpoint Spring Security 4.2 Support
  5. Authentication Mechanisms Supported Username and Password Basic Authentication OAuth 2.0

    Client API Open ID Connect (Q2 2017) Multi-Factor Authentication
  6. Thanks! Micah Silverman & Matt Raible
 @afitnerd @mraible Stormpath Java

    SDK · Java JWT · Juiser Stormpath + Spring + Zuul + Juiser Example Spring Boot MFA Example Stormpath Microservices Screencast JWT Inspector