Malformed Logout URL

Sort:
You are not authorized to post a reply.
Author
Messages
Craig Derksen
Basic Member
Posts: 14
Basic Member

    We have recently added the LBI adminstrator dashboard to a custom portal role.  This role is based on the Default.xml role -- and was only modified to set the tag equal to the URL of our LBI administration page. Since the change, anyone using that portal role receives a malformed url when they click on the Logout link - it is formatted as follows:

    https://[ServerName]/sso/logout.htm?https%3A//[ServerName]/lawson/portal/index.htm

    You will note that the colon in the destination URL is replaced with the html character code equivalent ("%3A").  I have searched the knowledgebase, but I cannot see where this destination URL is stored, much less how to change it.  I did attempt to add a new tag in the role for with the correctly formatted URL, but that did not correct the issue.

    The Lawson KB does not have any reference to this issue (that I have found), nor are there any patches that address it (if it's a bug).

    I appreciate any assistance you can provide.

    Craig Derksen
    Basic Member
    Posts: 14
    Basic Member
      The new tag for the role (lost in submittal) was called LOGOUT and was placed above the HOME tag.

      CD
      Craig Derksen
      Basic Member
      Posts: 14
      Basic Member

        The calling function appears to be in the sso.js script, in the getHomePage function. The value returned for the "serviceurl" must be incorrect.  I am sure that the redirection address is stored in either the LDAP or in an external XML file. But where is this value???

        If anyone could please offer any assistance on this, I would appreciate it.

        Thank you,

        Craig

        You are not authorized to post a reply.