GWT: an external page is opening ONLY when cookie is disabled - google-sites

I have created a website with the Google website. One of my pages is opening an external web page, not Google web page. I used the iframe that the Google site offers. The problem is it requires the cookie enabled. I need to open the external page weather the cookie enabled or disabled.
My site is http://www.zenandyoga.com/
The second tab on the menu, schedule is the page. The below page is opening when the menu Schedule is opened.
https://clients.mindbodyonline.com/ASP/home.asp?studioid=10273
As I said if the cookie is disabled, the page is opening.
Any idea what could be the reason
thanks

Related

Yammer iframe authentication is redirecting to https://www.yammer.com/session/new instead of logging me in

The client side flow described here was working in an iframe until about a month ago. We are working from an Modern SharePoint environment (SPFx webpart) and Yammer Office 365 Identity Enforcement is Enabled so when I am logged in to SharePoint/Office 365 the iframe should automatically authenticate and return to the configured redirect page with my token. Currently it is moving me to https://www.yammer.com/session/new where I will need to login, which off course will not work in an hidden iframe. I see the same behavior in an popup in Chrome (also taken to the session/new page). The popup login in IE is working though (while the Iframe isn't).
Lot's of our customers find this popup disturbing and on most browsers popups also aren't enabled automatically. Therefore lot's of users aren't authenticated to the Yammer API and some of our functions (like showing comments, commentscount etc) aren't working as expected. The iframe login was providing us with the possibility to login silently.
Can someone help us out or point us in the right direction? Many thanks in advance!
More information and a uservoice:
https://github.com/SharePoint/sp-dev-fx-webparts/issues/790
h
https://yammer.uservoice.com/forums/399627-yammer/suggestions/36909883-add-support-for-an-iframe-login-to-authenticate-to

Custom secure page tab url so as to provide different iframe to each page tab for different page

I have created an app on facebook developer account and need to provide custom iframe to each page tab of the pages. I have no clue how to do that.
I simple words, I need to provide different url (depending upon certain parameters) for iframe of page tab of each page that have installed my app (NOT MY SECURE PAGE TAB URL).
The default iframe url that will be loaded if someone installs my app is the one that I have mentioned in my SECURE PAGE TAB URL field. But I need to provide a different iframe url depending upon certain conditions. So, not my secure page tab url.
How to do that?

Yammer Embedded Feeds Error-This content cannot be displayed in a frame

I had integrated Yammer Feed on my SharePoint Page but showing error in some browser as follows:
This content cannot be displayed in a frame
To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
Try to add below urls to trusted sites IE:
https://*.yammer.com
https://*.assets-yammer.com
http://Your sharepoint site url
more details on IE trusted site refer : https://developer.yammer.com/upgrading-to-the-new-yammer-js-sdk/
if you are using SharePoint online then below urls:
https://*.yammer.com
https://*.assets-yammer.com
https://*.sharepoint.com
https://login.microsoftonline.com
Pointer is to check IE Trusted site setting.

sharepoint anonymous asking to login when i clicked page in the site

I enabled anonymous access to all the web pages in my sharepoint site. But in 1 page i added a tag cloud. When i am opening the page(with anonymous access), the page is asking for login. If i click cancel, then there is no error page is coming. And if the user is signed in to the site, he is able to see the flash tag cloud. how to enable the flash tag cloud to anonymous access?
I would guess that something on that page refers to a resource (such as a javascript, image file, or css) that requires authentication, and when you click cancel, the rest of the page loads, but that resource fails to load.
Try using firebug in firefox to monitor the files that are requested for that page and look to see which files get a 401 Unauthorized error. You could then either make changes to ensure that those files are available to anonmyous users or change the page so that it no longer needs those files.

Page viewer webpart won't take login parameters

I need to show an external site through our sharepoint portal and have added a Page viewer web part. The problem is that the address includes a login and password used to autologin to the external site but Sharepoint only shows the login page on click.
If I click the "Test link" in the web part properties it opens as it should but in a different window and not in the sharepoint frame.
The adress has the format http://www.site.com/companyname/Login.aspx?style=companyname&lang=en&l=login&p=password
How can I get the autologin to work in the frame used on my webparts page?
Any help very appreciated.
With regards
Marcus L
Assuming you are using Internet Explorer, the problem is with IE's security policies.
The Page Viewer Web Part is basic and pretty much just inserts an IFRAME tag into the page with the URL you have supplied. This displays your external site in a child frame.
By default, child frames cannot store cookies for use by the parent. The URL you are passing through to the external site contains the username and password which is fine, however the site needs to store a cookie so it knows you have logged in as you browse other pages within it. As it can't store the cookie, the child site assumes you have not logged in.
You could test this by adding the external site to your Trusted Sites list in IE and set the Trusted Site security to Low. Then it should be able to store the cookies it needs. Alternatively if you have control over the external site, this KB article may help you.

Resources