I am asking you for a problem okta
when I package the fornt (angular) application with the spring boot backend ,
I redirected myself to the okta login page , but when I connect correctly in okta
Ihave error 404
here is my configuration.
If you combine your apps and want them running on the same port, you’ll need to configure Spring Boot to serve up your SPA and make sure most URLs point to index.html. This Stack Overflow question shows you how to do this.
If you haven’t combined your Spring Boot and Angular app, this blog post shows you how to do it.