Edited wiki page OutstandingTopics through web user interface.
diff --git a/OutstandingTopics.wiki b/OutstandingTopics.wiki
index bec8fa5..dcb737b 100644
--- a/OutstandingTopics.wiki
+++ b/OutstandingTopics.wiki
@@ -7,23 +7,13 @@
 The purpose of this page is to keep track of them and prevent the risk of them being forgotten in the Gerrit changes backlog. The topics listed here are either related to the Gerrit architecture or to some fixes to severe bugs that need particular attention and time for being reviewed and merged.
 
 Currently outstanding topics are:
+  # [OutstandingTopics#Top_menu_loading Top-menu-loading]
   # [OutstandingTopics#Pluggable_authentication_backend auth-backends-HttpAuthProtocol]
   # [OutstandingTopics#Secure_Store secure-store]
   # [OutstandingTopics#Angular_Gerrit angular-gerrit-integration]
 
 -----
 
-=External ID for identity federation=
-
-Allows to federate Gerrit identity with a 3rd party authentication system and store the authenticated code into user's external identities.
-
-This change allows to effectively enable SSO with 3rd party systems (e.g. GitHub OAuth) and propagate Gerrit's authenticated session to the 3rd party backend API by using an additional external ID code stored into the account_external_ids table.
-
-  * Gerrit changes: [https://gerrit-review.googlesource.com/#/q/status:open+project:gerrit+branch:master+topic:external-ids changes]
-  * Owner: [https://gerrit-review.googlesource.com/#/q/owner:%22Luca+Milanesio%22+status:open Luca]
-  * Status: review started (+1)
-  * Issues: Need extra reviewers with +2 permissions to finalise the change.
-
 =Top-menu loading=
 
 Refactor the top-menu loading mechanism in order to enrich the current REST-API to fetch its entire content from the backend. Currently it is a "mixed" GWT + REST-API driven, with part of the logic in GWT and other in the REST-API.