#3936 logout from openid redirect to https://localhost:10020/logout
Closed: Fixed None Opened 10 years ago by baptistemm.

= bug description =
Due to bug 3935 I've been asked to disconnect to openid, so I used [https://id.fedoraproject.org/logout] per request.
I've been redirected than after to [https://localhost:10020/logout/]

If I try again (once I'm no more authenticated) I'm properly redirected to [https://id.fedoraproject.org/]


{{{
[anshup@aero ~]$ curl "https://id.fedoraproject.org/logout"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>Redirecting...</title>

Redirecting...


You should be redirected automatically to target URL: https://localhost:10020/logout/">https://localhost:10020/logout/. If not click the link.

[anshup@aero ~]$ curl -I -L "https://id.fedoraproject.org/logout"
HTTP/1.1 301 MOVED PERMANENTLY
Date: Sun, 08 Sep 2013 12:55:32 GMT
Server: Apache/2.2.15 (Red Hat)
Content-Length: 269
Location: https://localhost:10020/logout/

}}}

I can fix this after freeze... basically you MUST currently add a trailing / on it.

This page is not meant for normal end-user usage (reasoning: https://github.com/fedora-infra/fas-openid/issues/22). As such, I would call the fact that it only accepts /logout/ (and /logout redirects to localhost) as a "feature" rather than a "bug".

Login to comment on this ticket.

Metadata