Logout error in Production env.

2
Hi all,   We have an application where for the Logout part we call a microflow that redirects the user to the URL: “ApplicationURL*    /oidc/endsession   In the sandbox env. it works fine but in our Production (LIVE) env. it gives the following error: Server Error 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.   Does any of you have an idea of what is causing this issue and how we could solve it? Many thanks in advance, Adrian
asked
1 answers
0

What I have seen over the years is that the ApplicationURL is not always created in the same way.

Meaning, that sometimes the URL ends with a '/’ and sometimes it doesn't.

Maybe this is causing you issue.

You could check if the URL itsself is working by going to “*ApplicationURL*/oidc/endsession” manually

answered