[JIRA] Created: (SSPCPP-496) Login and Logout endpoints use inconsistent "return/target" parameters

cab@umn.edu (JIRA) noreply at shibboleth.net
Fri Aug 24 12:25:07 EDT 2012


Login and Logout endpoints use inconsistent "return/target" parameters
----------------------------------------------------------------------

                 Key: SSPCPP-496
                 URL: https://issues.shibboleth.net/jira/browse/SSPCPP-496
             Project: Shibboleth SP - C++
          Issue Type: Improvement
          Components: SAML 2.0 Logout, Session Initiation
    Affects Versions: 2.4.3
            Reporter: cab at umn.edu
            Assignee: Scott Cantor
            Priority: Trivial


The session initiator endpoint (e.g. /Shibboleth.sso/Login) uses a GET parameter of "target" to indicate where the browser should be sent after session initiation.

The logout endpoint (e.g. /Shibboleth.sso/Logout) uses a GET parameter of "return" to indicate where the browser should be sent after logout.

It would be nice if these could be consistent.  Probably make one an alias of the other to allow either to be used interchangeably, which would preserve backwards compatibility.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list