Hi,
I have an oracle apex app(23.2) . It has Azure SSO authentication scheme (along with custom auth) working fine.
Now, I have another client's external app (not APEX - and I dont know the tech stack). They login into their app using Azure accounts.
They want to embed my APEX app into their app. They have a button, click on it, It opens a page with my APEX app embedded in iframe - directly logged into with AZURE credentials.
Is this possible?
Also, to test this, since I have dont have access to clients app, I am creating a simple HTML page with a button and iframe. Please suggest how to get this working.
Thanks.