Internal log-on pop-up behavior

In case of SAML SSO and TeamCenter SSO the logging process is redirected to the IdP login or the Team Center Login. Since it may be a security issue to embed the login page in the internal login popup IFrame, by default, TC and SAML SSO have internal login in IFrame disabled. This means, that the popup will prompt you to log in in a new tab, which will then close and you can continue working in the original tab.

However, if for any reason you want to enable the login form in the internal login popup, you can set this property in the polarion.properties file:

com.siemens.polarion.security.disableIFrameLogin=false

Note:

Before setting this property, make sure you IdP support the login form in an IFrame. For example, ADFS does not support this, and so it will be not possible to log in via internal popup if the IFrame is disabled.