Do I need to upgrade my spring-boot version if I just want to use okta-sdk-java

Hi All,

I am very new to Okta. We have requirement where user when doing registration or login will always stay on our own custom UI and never will be redirected to Okta UI. In order to do this I figured out I have to use Okta APIs (https://github.com/okta/okta-sdk-java , https://github.com/okta/okta-auth-java).

My current application is using Java 1.8 and Spring boot version 2.1.3.

I want to use Oauth2.0 while using API’s to connect to Okta.

Can I use okta-sdk-java version 8.0.0 with Spring boot version 2.1.3?

Thanks,
Poonam.

Our Java Management SDK does not require Spring Boot, and only requires that you use JDK 8, so you should be all set

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.