Okta Spring Boot Starter VS Spring Security

Compare Okta Spring Boot Starter vs Spring Security and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Okta Spring Boot Starter Spring Security
4 10
312 8,406
1.3% 1.6%
8.8 9.9
4 days ago 7 days ago
Java Java
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Okta Spring Boot Starter

Posts with mentions or reviews of Okta Spring Boot Starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • Java Microservices with Spring Boot and Spring Cloud
    11 projects | dev.to | 11 Jan 2024
    Okta also now has an Okta Spring Boot starter. I didn't use it in my first experiment, but I'm a big fan of it after the last few years! It dramatically simplifies configuration and makes securing your apps with OAuth 2.0 and OIDC easy. It's a thin wrapper around Spring Security's resource server, OAuth client, and OIDC features. Not only that, but it works with Okta Workforce Identity, Okta Customer Identity (aka Auth0), and even Keycloak.
  • Single Sign On using Okta in Dynamic Java Web Application (Not Spring Boot/ Gradle)
    1 project | /r/javahelp | 2 May 2023
    looks like these, the api, sdk, and the httpclient are basically what the okta saml spring boot starter are wrapping (https://github.com/okta/okta-spring-boot/blob/master/okta-spring-boot-starter/pom.xml). so you should be able to call those directly.
  • Build a Simple CRUD App with Spring Boot and Vue.js
    11 projects | dev.to | 9 Feb 2023
    okta: Okta Spring Boot Starter that helps OAuth 2.0 and OIDC configuration
  • Use React and Spring Boot to Build a Simple CRUD App
    9 projects | dev.to | 18 Jan 2023
    If you'd rather use Auth0, that's possible too! First, you'll need to use the Spring Security dependencies as mentioned above. The Okta Spring Boot starter currently doesn't work with Auth0.

Spring Security

Posts with mentions or reviews of Spring Security. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-15.
  • Spring Security private_key_jwt with AWS KMS
    1 project | dev.to | 16 Jan 2023
    Spring security has long had great OAuth2.0 support from both the server and client elements. Recently spring security added support for the private_key_jwt client authentication method as part of the authorization code grant flow. Spring Security GitHub ref
  • Issue since upgrading to Spring Boot 3 - 2: cannot access H2-console
    1 project | /r/javahelp | 28 Nov 2022
  • Spring with java vs Spring with kotlin
    4 projects | /r/Kotlin | 15 Sep 2022
    To be fair there were quite some unexpected surprises in the past with Spring and Kotlin (e.g. the Cachable annotation did not work with suspend functions, not all Spring security annotations were supported with coroutines), but most of them were ironed out already.
  • Spring Security WebSecurityConfigurerAdapter deprecated
    2 projects | /r/SpringBoot | 17 Aug 2022
    They recently updated all the examples in the javadocs if you wanna bump your Spring Security version to 5.7.3 (see here). Otherwise the reference docs all reflect the non-deprecated approach that uses SecurityFilterChain and supporting beans.
  • 🎀 Spring Boot 2.7.0 Released
    7 projects | dev.to | 21 Jun 2022
    Spring Security 5.7
  • Spring Security without the WebSecurityConfigurerAdapter
    1 project | dev.to | 6 Mar 2022
    Since Spring Security 5.7.0-M2 the use of WebSecurityConfigurerAdapter was deprecated (link to GitHub - https://github.com/spring-projects/spring-security/issues/10822) to move to component-based security configuration.
  • Spring Reactive Oauth2 Webclient not using configured proxy
    2 projects | /r/javahelp | 4 Jan 2022
    When i start the flow, no proxy is used and even the WebClient is not used to get access token. And i get a timeout exception for that. The same issue was discussed in Github: https://github.com/spring-projects/spring-security/issues/8966
  • How to ignore Url from Once per request filter
    3 projects | /r/javahelp | 12 May 2021
    You can extract (and validate) the JWT token into the Principal by implementing the getPreAuthenticatedPrincipal method, and map the claims to user details by providing through a custom implementation of AuthenticationUserDetailsService.
  • Dynamically updating user roles.
    1 project | /r/javahelp | 10 May 2021
    Or, maybe simpler, is to create your own filter and add it after the SecurityContextPersistenceFilter. Here, just recreate the authentication token from the database, which is what token based authentication does (token based authentication has to preauthenticated authentication from the token for the actual user authentication with the user details).

What are some alternatives?

When comparing Okta Spring Boot Starter and Spring Security you can also consider the following projects:

Keycloak - Open Source Identity and Access Management For Modern Applications and Services

Nimbus JOSE+JWT - JSON Web Token (JWT) implementation for Java with support for signatures (JWS), encryption (JWE) and web keys (JWK).

Bouncy Castle - Bouncy Castle Java Distribution (Mirror)

Apache Shiro - Apache Shiro

PicketLink

jCasbin - An authorization library that supports access control models like ACL, RBAC, ABAC in Java

jjwt - Java JWT: JSON Web Token for Java and Android