Slide 1

Slide 1 text

@lhazlewood | @goStormpath Instant Security & Scalable User Management with Spring Boot Les Hazlewood @lhazlewood Apache Shiro Project Chair CTO, Stormpath stormpath.com

Slide 2

Slide 2 text

@lhazlewood | @goStormpath Welcome! • Agenda • Stormpath 101 (5 mins) • Security and User Management (45 mins) • Q&A (20 mins) • Remy Champion Marketing • Les Hazlewood Stormpath CTO & Apache Shiro Chair

Slide 3

Slide 3 text

@lhazlewood | @goStormpath Speed to Market & Cost Reduction • Complete Identity solution out-of-the-box • Security best practices and updates by default • Clean & elegant API/SDKs • Little to code, no maintenance

Slide 4

Slide 4 text

@lhazlewood | @goStormpath Stormpath SAML ID Integrations

Slide 5

Slide 5 text

@lhazlewood | @goStormpath Spring Security • Authentication • Authorization • Enforcement • No user management

Slide 6

Slide 6 text

@lhazlewood | @goStormpath You’re on the hook for: • Data store integration • Data modeling • HTML pages • CSRF view support • Email verification • Forgot password • Oauth2 / Social setup • SAML coordination • Crypto choices • Multi-factor auth • Scale / growth • SaaS Multi-Tenancy • Mobile auth strategy • Microservice auth • Best practices • ...etc...

Slide 7

Slide 7 text

@lhazlewood | @goStormpath Traditional Application Your Application Users

Slide 8

Slide 8 text

@lhazlewood | @goStormpath What about new stores? Users LDAP/AD Your Application

Slide 9

Slide 9 text

@lhazlewood | @goStormpath And legacy migration? Legacy Users LDAP/AD New Users Your Application

Slide 10

Slide 10 text

@lhazlewood | @goStormpath And Social? Legacy Users LDAP/AD Google Apps Facebook GitHub New Users Your Application

Slide 11

Slide 11 text

@lhazlewood | @goStormpath And SSO/SAML? Legacy Users LDAP/AD Google Apps Facebook GitHub New Users Your Application Ping Okta Azure ADFS Oracle SSO SiteMinder LinkedIn OneLogin

Slide 12

Slide 12 text

@lhazlewood | @goStormpath And Multi-Tenant / SaaS ? Legacy Users LDAP/AD Google Apps Facebook GitHub New Users Your Application Ping Okta Azure ADFS Oracle SSO SiteMinder LinkedIn OneLogin Customer A Customer C Customer F Customer B Customer D Customer E Customer G

Slide 13

Slide 13 text

@lhazlewood | @goStormpath Oh the Hue Manatee!

Slide 14

Slide 14 text

@lhazlewood | @goStormpath Stormpath takes you from this... Legacy Users LDAP/AD Google Apps Facebook GitHub New Users Your Application Ping Okta Azure ADFS Oracle SSO SiteMinder LinkedIn OneLogin Customer A Customer C Customer F Customer B Customer D Customer E Customer G

Slide 15

Slide 15 text

@lhazlewood | @goStormpath To this... Your Application

Slide 16

Slide 16 text

@lhazlewood | @goStormpath To this... Your Application Your Application Your Application Your Application ...

Slide 17

Slide 17 text

@lhazlewood | @goStormpath But much more than a backend • Application SDKs • Framework Integrations • Best practices

Slide 18

Slide 18 text

@lhazlewood | @goStormpath Live Demo Time!

Slide 19

Slide 19 text

@lhazlewood | @goStormpath Pages & Workflows

Slide 20

Slide 20 text

@lhazlewood | @goStormpath SSO & Social

Slide 21

Slide 21 text

@lhazlewood | @goStormpath OAuth & Mobile

Slide 22

Slide 22 text

@lhazlewood | @goStormpath Flexible Authorization

Slide 23

Slide 23 text

@lhazlewood | @goStormpath Application Servlet Filters How does it work? Spring Security Stormpath MVC Stormpath SDK ...

Slide 24

Slide 24 text

@lhazlewood | @goStormpath Stormpath works hard for you • Java SDK 1.0.0 released last Tuesday! • SDK + Integration Effort: ~ 8 man years • Extreme customizability • Automatic defaults • Often no code required

Slide 25

Slide 25 text

@lhazlewood | @goStormpath Thank You! • [email protected] • Twitter: @lhazlewood • https://stormpath.com

Slide 26

Slide 26 text

@lhazlewood | @goStormpath Spring Boot Resources • Spring Boot Stormpath Web Starter https://docs.stormpath.com/java/spring-boot-web/ • Simple Web App with Spring Boot, Spring Security, and Stormpath https://stormpath.com/blog/build-spring-boot-spring-security-app • Github Stormpath Spring Boot Tutorial https://github.com/stormpath/stormpath-spring-boot-tutorial