Uploaded image for project: 'Central Authentication Service'
  1. Central Authentication Service
  2. MGNLCAS-16

Append service url to logout url

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.3
    • None
    • None
    • Yes
    • Yes
    • Kromeriz 32

      The attached patch modifies CASClientCallback.createLogoutURL() to replace `

      {0}` in the casLogoutURL property with the service url.

      This will allow us to add the 'url' parameter to the logout url, which causes the CAS server to provide a link back to the application after logging out.

      Example: `http://cas-server.mydomain.com/logout?url={0}

      ` will be replaced with `http://cas-server.mydomain.com/logout?url=http://magnolia.mydomain.com/magnoliaAuthor` and a link to http://magnolia.mydomain.com/magnoliaAuthor will be displayed on the CAS server's logout confirmation page.

        Acceptance criteria

              rkovarik Roman Kovařík
              cj32@txstate.edu Charles Jones
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD