I have created a SAML 2.0 App on okta and have finished all the configurations. I then attempt to do an authorization from my application, by doing a redirect to the okta idp →
http://www.okta.com/(okta created token)?SAMLRequest=(encoded saml xml)
The redirect returns a 404. When I go to my admin okta console I don’t see any logs for the failed attempt, which i guess makes sense since it is returning a 404, but i don’t know how to figure out what is causing the 404.
Is there a way to figure out what is causing the issue?