Zoom Web SDK integration issue in asp.net - asp.net

I am working on video conference with Zoom Web SDK 1.9 in asp.net(C#) web application, and it is working as expected.
But as soon as I join the zoom meeting and try to refresh the page or navigate to other page via menu, it is automatically logged out from the web application and redirect to login page. Without joining zoom meeting all pages of web application are working fine, with no logout issue.
Now I have to re-login into the web application to visit other page. If any one having any idea on how to overcome with this problem please suggest.

Related

Embedded website showing in msteams webapp but not desktop app

I am building a custom ms teams application with tab capability. And I am embedding a work website inside the tab. The website loads fine in the web app. However it doesn't show in the desktop app. There is one hack to it though. If I switch to developer mode on the desktop app, it is loading the website. My website is SSO enabled for login, so it is redirecting to Idp site. One thing I have understood is, the Idp site doesn't allow their content to be loaded in an iframe, and ms teams uses iframe to load webcontent. But then I am wondering what is different for a developer mode. Why does it work there? Also since it works fine in the browser app, shouldn't it work in desktop app too. I mean the behaviour should be consistent. Any pointers?
could you please follow this document and you need to use microsoftTeams.authentication.authenticate() to show the popup.

Can I use Firebase Dynamic Links for a web app?

I don't see any option for Web under "receiving dynamic links" in Firebase Dynamic links page.
Without the SDK, there's no way to connect a post-install user with a pre-install click.
I have a desktop app that runs on node.js like a web app, using nw.js. What I'm trying to do is create referral links for users. After someone clicks a referral link, I need to be able to track his referrer. But the problem is that link is only going to take him to the download page, after he downloads and opens up the app for the first time, how can I reach his referrer info? The desktop app has no connection with the website that users download from.
I understand that this can be done with Dynamic Links SDK but can I use that SDK in a web app?(desktop app actually but runs with HTML/node.js)
The post-install deeplinking in Dynamic Links is just for Android and iOS - so there isn't an equivalent for a desktop app.

Browser popup window in angular2 application with mvc

I am a asp.net developer and currently analysing our existing asp.net web form application to migrate in new client side technology using "MVC with angular2 and Web Api".
In my existing asp.net web form application the login and landing (dashboard page after login) open in main browser window other than this all pages are opening as a browser popup window when user clicks on menu, hyper links or buttons, this was the client requirement and they still need same behaviour in new technology as well.
During my study to implement "MVC, angular2 and Web Api" I found some comments like using browser popup window in (SPA) angular2 application is against its concept! even I did not found a single example in angular2 application to open a popup window for same application page! can some one help me on this? I am unable to take decisions to start implementation due to this issue, as the basic need of my application is browser popup window.
We are opening screens like this in popup.

Switch Between wordpress website and asp.net website

I am new to word press and asp.net web hosting.So I have a issue below.
I have a website which has mainly front end in word press and back end in asp.net. There are some page in the front-end that will be in asp.net like sign in and Sign-Up
Now my issue is how can I switch from a word press website to asp.net or visa-versa website with same domain name.
Please suggest any Idea how can I proceed.
Hosting web applications require web servers. Since in your case IIS for .NET and Apache for wordpress/php. You will not be able to run IIS and Apache parallelly by listening to same PORT.
So one possible solution could be,
To have sign-in and sign-up page on wordpress (either in the form on html or PHP).
Make ajax calls to .NET to authenticate or register the user.
Thus, they run as two different applications and end user will not know any difference in URL or anything.
Hope this helps.

Office 365 app inside iframe?

OK, guys need some advice with runing ASP.Net app inside iframe.
I have a CMS and ASP.Net app which talks to Office 365.
Because I couldn't integrate my app into CMS (authentication issue) I am calling my office app using jQuery Window
Plugin which has two advantages:
I styled the window to look as though its part of the CMS
It has onClose event which I was able to use as a trigger that I need to update UI
Everything works great. Only issue is when user goes to sign in. Because Office API call a remote service it redirects my office app to the authentication page. And this breaks the iframe. Leaving user to stare at a blank dialog window till they get bored.
Prior to discovering that plugin I used normal javascript window.open() which opened up a new browser window for me where everything works fine. But the biggest problem for me is that inside CMS context I can't tell when/if user has finished using my office app. Therefore I have no hooks I can rely on to trigger UI update leaving user to just refresh the page.
Is there anything I can do to get around my problem (apart from integrating my office app with CMS)?
ps:
My office is basically sending HTTP messages across the web to CMS in order to do what needs to be done.
pss:
My office app in turn uses latest Office 365 API to talk to its services.
Apologies guys. Just confirmed that Office 365 is configure not to display inside iframes.
That pretty much leaves only two options:
running a separate browser window
tighter integration with CMS (ideal)

Resources