Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 387306

Summary: Remove server-side code generation in manageopenids
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ServerAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: 1.0 M2   
Hardware: PC   
OS: Windows 7   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=386767
Whiteboard:

Description Mark Macdonald CLA 2012-08-15 13:38:56 EDT
1. Go to [yourOrionServer]/mixlogin/manageopenids

This is an HTML page generated by the server which lists/manages the available openID providers.

The server-side code generation makes the HTML+JS is rather hard to edit, and prevents us from doing any build-time optimization. It might be better to expose the available openID providers as JSON to the client, and do all the UI on the client side.