You are viewing limited content. For full access, please sign in.

Question

Question

Forms logout link in iFrame

asked on November 3, 2020

Hello,

I created an HTML page that contains an iFrame with the logout link (https://servername/Forms/account/logoff). When this page loads in Explorer forms signs out normally, if is loads in Google Chrome it doesn't.

Appreciate your help.

<html>
<head>
</head>
<body>
    <div>
        <iframe id="frame" src="https://laserfiche-vm2019.lf.com/Forms/account/logoff">
        </iframe>
    </div>
</body>
</html>

 

0 0

Answer

SELECTED ANSWER
replied on November 3, 2020 Show version history

What URL did you use to access the html page with the iframe? It needs to be from same domain(The URL should start with https://{machine}.lf.com/}) as the Forms server and LFDS server(if you use LFDS for user authentication) 

0 0
replied on November 3, 2020

Thank you that was the problem.

0 0
replied on January 6, 2021

Hi, I am attempting this but it logs me out automatically. what can I do, Appreciate your help.

<div>
        <iframe id="frame"src="https://{machine}/Forms/account/logof">
        </iframe>

</div>

0 0
replied on January 21, 2021 Show version history

Hi Reneilwe,

     The purpose of the URL such as https://laserfiche-vm2019.lf.com/Forms/account/logoff(you missed a "f" in your URL) is to perform the log off so it s correct behavior to log you out, what is your purpose for using such URL?

0 0
replied on January 21, 2021

Hi Xiuhong,

 

Thank you for responding.

I have created a landing page that takes people to multiple processes, So I want people to have a link they can click when they want to logout, so my processes I am not accessing them in the "Start Process" of Laserfiche but on the Landing page.

 

 

0 0
replied on February 25, 2021 Show version history

Hi Reneilwe,

    Do you use the Landing page supported by Forms or build your own landing page? If you are using the Landing page supported by Forms, the user should be able to logout from the top right corner under the username when any of the proceses on the landing page need authentication. 

If you use your own Landing page, you can add an element as

<a href="https://{Machine}/Forms/account/logoff">Sign out </a>

in the landing page instead of using an iframe element

0 0
replied on February 26, 2021

Hi Xiuhong,

Thank you very much that worked exactly how I wanted.

 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.