How to use Apex application on iFrame? - oracle-apex

I have an Apex 19.2 Application.
The application is inserted in another website (with a different domain) as an iFrame :
<iframe src= "URL of my apex App" style= "width:1200px; height:750px; max-width:100%; margin:auto; display:block;" frameborder="0"></iframe>
I have a custom authentication scheme with the cookie configured as SameSite none and Secure
In the Security Attributes, of the app, Embed in Frames is set to Allow
The integration of my app in the external website works but the cookies are not created and all the session features are not working. The same app works just fine with the cookies when opened directly not from an iframe.
Does anyone know how to solve that please ?
Thanks

Related

Is it possible to run Oracle Apex without cookies?

I have an oracle apex 19.2 app.
My app is supposed to be integrated on my clients web sites as iframe. This is something which works very badly since Safari doesn't accept third party cookies (cookies of my app are considered third pary cookies). Chrome will end accepting third party cookies as of next year as well. So my app keeps showing the error : your session has expired.
My app pages are public and don't require any authentication scheme.
I was wondering if it's possible to make apex app work without Cookies.
Thanks.
cheers,

How can I get the URL from running instance of firefox and chrome web Browser in My C++ Application?

I am developing one application which will display URL from all currently running web browsers.
I stuck on the firefox and chrome web browser.
I have a handle of currently running web browser but not able to get the URL from it.
So, Can any one tell me how can I get URL from Firefox and Chrome Web Browser.
Thank You In Advance.

Is Heroku hosting incompatible with .net?

I have a Facebook application hosted in Azure coded in c#. But configuration in my Facebook application asks for Hosting URL: that must be hosted in Heroku. So my application can't post actions to Facebook because this error always pops:
Given URL is not allowed by the Application configuration.
How is it supposed to work if I can't add my Azure URL: app.cloudapp.net as a hosting URL if only Heroku URLs are accepted.
Adding my applications's URL to the App Domains in application configuration hasn't helped either.
And strangely another application that I have works fine with no Hosting URL defined.
What I'm supposed to do to solve this, migrate everything to PHP? I know there can be another answer.

Chrome packaged application and Facebook redirect url

I have a Chrome Packaged Application that I am currently integrating with the Facebook API. The Facebook Javascript SDK requires that I provide the URL of where my application is hosted and for security reasons they only redirect to this url.
The problem is that a Chrome Packaged Application doesn't have a url. I am aware of the chrome.extension.getURL but this url is not static, it changes per installation. Is there any way to set a URL for a Chrome Application that works for all installations?
Once you publish your app the id from chrome.extension.getURL will not change. The id matches the key used to sign the extension and once you publish an extension to the Web Store that key doesn't change. Developing locally will be more annoying since each time you "load an unpacked extension" it will get a new id.

when call web service, redirect to login page

hi
i'm provide a web application and on it, i develop a web service. but when calling web service it's going to login page automatically.
i have an authentication tag on web.config file that protection property set by "All".
i want when i call web service, it should load without login and another page have this security.
please help me.
Create a folder in your website - "WebServices". In that folder create a web.config file in which allow anonymous access to the content i.e. Allow All.