I have a spring boot project that is using 2.0.9.RELEASE version of spring boot.
As of now it has a custom login page.
I wanted to implement okta, I added okta-spring-boot-starter dependency version 0.5.0 in pom.xml and below okta properties in application.properties.
okta.oauth2.issuer
okta.oauth2.client-id
okta.oauth2.client-secret
okta.oauth2.redirect-uri
Ideally it should redirect to okta login page when my application starts. My application is deployed on weblogic server.
It seems to open custom login page, even after my changes.
I am new to okta and since it does not throws any error I am not sure what to do. If anyone has any idea about this, I would really love to hear it.
Thanks