Login not working into desktop team app from external SAML identity
Hi Team,
I raised a question on different community forum. question is
Could you please help me on this?
Detailed explanation:
Hi Team,
We have added a federated domain under my microsoft account. this federated domain, will redirected user to external SAML identity provider. Everything is working as expected in chrome or edge browser. When i am trying to login in desktop microsoft team app, At the time of rendering login page of external SAML identity provider, calling one ajax call to localhost (As login flow in happening on user's machine.). Assuming that a localhost background service is running on user's machine.
In my case when my ajax call is going to "https://somedomain:5596/auth". but I am getting below error.
Does embedded web view supports calling cross domain api call? over https or http?