hi team,
I integrate okta in my projet, its work very good in localhost:4200, but when I build my project angular ng build --prod --base-href /liris/ --deploy-url /liris/ , I have a folder in dist , when I put my folder tomcat , and I change conf okta http://localhost:8080/liris/authSuccess instead of http://localhost:4200/authSuccess I end up with error 400 page of okta ,
Look at the address bar when you see the 400 error. The redirect URI it’s trying to go to will be a parameter in the URL. If you add that value in your app’s login redirect URI’s, it’ll work.