function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rajani Polampalli 4Rajani Polampalli 4 

Lightning Component iframe issue on passing values

Hello,
We have a requirement to assign an attribute value to a parameter in Lightning iframe component. But the attribute value is not passing to an iframe parameter. Here is my code.

<aura: attribute name="saml" type="String" />
<iframe src="{!'https://dev.moneypro.com/xxxxxx/ssosamlnoref.aspx? IntegrationId=139&amp;SAMLResponse=' + v.saml}" width="100%" height="500px" iframeBorder="0" />