Okta Spring Boot Starter v0.5.0 Release Notes

Release Date: 2018-06-07 // almost 6 years ago
  • ➕ Added support for Spring Boot 2.0, our samples have been updated too!

    To use Spring Boot 2.0 you will need to include the following dependency:

    \<dependency\> \<groupId\>org.springframework.security.oauth.boot\</groupId\> \<artifactId\>spring-security-oauth2-autoconfigure\</artifactId\> \<version\>2.0.1.RELEASE\</version\> \</dependency\>
    

    👍 (Spring Boot 1.5 is also still supported)