Bug #35761

Logout of forge redirects to typo3.org but does not log out of forge

Added by Helmut Hummel about 1 year ago. Updated 6 months ago.

Status:Closed Start date:2012-04-06
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:[FOR] Login
Target version:Code Sprint December
Votes: 0

Description

We're missing a part of the SSO infrastructure and that are the iframes which includes links to trigger the logout in external applications

On the old typo3.org there was the following extension template on the logout page:


[globalVar = GP:logintype = logout]

// Logout from bugtracker:
page.723 = TEXT
page.723.value = <iframe style="visibility:hidden;" src="http://bugs.typo3.org/logout_page.php?noRedirect=1" width="1" height="1"></iframe>

// Logout from forge.typo3.org
page.724 = TEXT
page.724.value = <iframe style="visibility:hidden;" src="http://forge.typo3.org/logout" width="1" height="1"></iframe>

// Logout from support.typo3.org
page.724 = TEXT
page.724.value = <iframe style="visibility:hidden;" src="http://support.typo3.org/?logintype=logout" width="1" height="1"></iframe>

[GLOBAL]


Related issues

related to The typo3.org project - Bug #43757: Wrong URL for wiki logout Resolved 2012-12-08

History

Updated by Joern Bock about 1 year ago

  • Target version changed from 1715 to Public Beta

Updated by Joern Bock 6 months ago

  • Target version deleted (Public Beta)

Updated by Joern Bock 6 months ago

  • Status changed from New to Accepted
  • Target version set to Code Sprint December

Updated by Tymoteusz Motylewski 6 months ago

  • Assignee set to Tymoteusz Motylewski

Steps to reproduce:
1. go to forge
2. log in there
3. go to typo3.org
4. logout
5. go back to forge
=> you are still logged in in forge

Updated by Tymoteusz Motylewski 6 months ago

committed in rev 2763
Logging out from typo3.org is also logging us out from gerrit, translation server, forge, and wiki (right now logout link on wiki doesn't work, but this is a wiki issue)
After releasing to production, the content element "Logout from SSO sites" on page "Login"(438) should be disabled or deleted.

Updated by Tymoteusz Motylewski 6 months ago

  • Status changed from Accepted to Under Review
  • Assignee deleted (Tymoteusz Motylewski)

Updated by Chris topher 6 months ago

Tymoteusz Motylewski wrote:

committed in rev 2763 Logging out from (...) wiki (right now logout link on wiki doesn't work, but this is a wiki issue)

That is not only a wiki issue. The logout URL, which you provide for the wiki logout, is wrong. See #43757.

Updated by Tymoteusz Motylewski 6 months ago

  • Status changed from Under Review to Closed

Also available in: Atom PDF