Hi All,
I have deployed one Provider hosted app on Azure web app and then installed app on my SharePoint online tenant site.
Now what I did was, I gave the app url in Office App HTML page by simply givingĀ hyperlink
. In that I gave URL:Ā https://myonlinetenant.sharepoint.com/_layouts/15/appredirect.aspx?instance_id=5b1dc2c7%2D014f%2D4ab8%2D9f1d%2Db64acae0bb68Ā to manually redirect to the app home , so it will ask the user to login and redirects to the app home page (Azure Web App).
Now my question is, if I want to specify one moreĀ querystring
Ā likeĀ email
Ā along with above URL, what would be the option available. Does any one have idea about this?
Any help would be much appreciated.
Thanks for the tip Pankaj! Your blog is helpful in terms of SharePoint context, but I am trying to place that link in Office App HTML page, where I will not have that script loaded, so that I can not callĀ LaunchApp method. Though I am able to give the link and open that app from Office App page by giving static URL, but I need to pass extra querystring along with it, So I am not sure weather this is possible or not?