function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NinjaMagicianNinjaMagician 

Is it possible to launch connected app from a hyperlink in a lightning component?

I've created a connected app that is launched via Napili community. Instead of the app launcher, I would prefer to launch the connected app from a link embedded within a lightning component. Is this possible?
Best Answer chosen by NinjaMagician
Raj VakatiRaj Vakati
Please use this options. I think Second Option will not work for you
 
1.) You can create a Web Tab and add the hard-coded URL for the Lighting App . 

2.) Connected App in the Salesforce environment and specify the Lightning App URL as the "Start URL".  
3) Create a Lighting Component with Iframe and Pass the URL 

4 ) Create a Visualforce page with Lighting Out   

All Answers

Raj VakatiRaj Vakati
Please use this options. I think Second Option will not work for you
 
1.) You can create a Web Tab and add the hard-coded URL for the Lighting App . 

2.) Connected App in the Salesforce environment and specify the Lightning App URL as the "Start URL".  
3) Create a Lighting Component with Iframe and Pass the URL 

4 ) Create a Visualforce page with Lighting Out   
This was selected as the best answer
NinjaMagicianNinjaMagician
Thank you Rajamohan.Vakati, these should give me enough to work with.