I'm trying to start a Forms process via a custom Tab in Web Client, using SAML to authenticate. I'm having a few issues I'd like assistance with.
1) The client is already SAML authenticated to Web Client, but the embedded iFrame tab is going to LFDSTS asking for authentication again. I have verified that I can get to Forms normally without authenticating again, it's only asking in the embedded for another authorization.
2) I can successfully click SAML, and then I get a refused to connect error. Looking in the console, I see it was refused to display in a frame because it set 'X-Frame-Options' to 'sameorigin'
I believe the X-Frame-Options is a setting inside of FormsConfig. What would I need to change this to in order to get this working?