
BrantB.64537 (Customer) asked a question.
I have a a custom app running in our production okta environment which I'm trying to re-produce into a developer sandbox so I can run my app on localhost.
I have the sign in working via the SAML template; however, I'm having issues with logout.
My production app code issues a GET request to a URL that looks like this:
This will ultimately log the user out of okta, and send them back to a sign in url for the specific app with the given relay state.
When I attempt the same from my developer account with the following,
I get redirected a few times then ultimately get a 404 from
What am I doing wrong here?

I was able to resolve by re-creating the app using the "Create New App" button rather than the "SAML Service Provider" from the integrations list.