I'm submitting a
Background info
When using this starter with a Spring WebFlux 3.0 project, the redirect URI is invalid. The app sends http://%5B0:0:0:0:0:0:0:1%5D:8080/login/oauth2/code/okta rather than http://localhost:8080/login/oauth2/code/okta.
Expected behavior
The app should send localhost instead of %5B0:0:0:0:0:0:0:1%5D.
Steps to reproduce
git clone -b webflux [email protected]:okta-samples/okta-spring-boot-sample.git
cd okta-spring-boot-sample
okta start
mvn spring-boot:run
When you try to access http://localhost:8080, you'll receive an error like the following:

SDK Version
3.0.2
I'm submitting a
Background info
When using this starter with a Spring WebFlux 3.0 project, the redirect URI is invalid. The app sends
http://%5B0:0:0:0:0:0:0:1%5D:8080/login/oauth2/code/oktarather thanhttp://localhost:8080/login/oauth2/code/okta.Expected behavior
The app should send
localhostinstead of%5B0:0:0:0:0:0:0:1%5D.Steps to reproduce
When you try to access http://localhost:8080, you'll receive an error like the following:
SDK Version
3.0.2