I am using Rocket chat inside my javascript based web app as an iframe ( https://rocket.chat/docs/developer-guides/iframe-integration ).. I have setup SAML auth for rocket chat and the same is being used by my web app. However the iframe is not auto authed, it shows the login screen with a "Saml Login" button. If i click it then I am able to login.
Is there any way to trigger saml auth on behalf of RocketChat iFrame without having to click on the "SAML Login" button that comes on the Rocket Chat login page?
Basically is there any call that I can make on behalf of RocketChat to auto authenticate it?