- 
    Type:Task 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: None
- 
    Component/s: backend
- 
    None
- 
        Not defined
Context: 
Frontend wants to show links for several Camunda 8 SaaS components. Backend needs to retrieve it e.g. from Console API and provide Frontend the links in an REST endpoint.
AT:
- A new UI configuration property is added that includes endpoints for Camunda 8 webapps:
// GET api/ui-configuration { .... webappsLinks: { tasklist: 'http://localhost:8080/tasklist', operate: 'http://localhost:8080/operate', .... }, }; 
- The endpoint should include links to the following apps in C8 SaaS:
- 
	- Operate
- Tasklist
- Modeler
- Console
 
Hint:
See how Operate did it here  
Testing notes
- Open Chrome with Developer Tools on (F12)
- Open Optimize in Cloud SaaS mode
- Look at the result of the REST API call to ui-configuration
- It should contain correct/valid links to all Camunda 8 WebApps in the response under webappsLinks
This is the controller panel for Smart Panels app
- is depended on by
- 
                    OPT-6578 Add Carbon Navbar app switcher to Optimize SaaS -         
- Done
 
-