Login and Logout actions should be configurable

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • COmanage Registry Future
    • Affects Version/s: COmanage Registry 1.0.5 (Polished Polygon MR5)
    • Component/s: Registry
    • None

      The current "Login" button is a link that directs to

      $args = array('controller' => 'auth',
      'action' => 'login',
      'plugin' => false
      );

      and Registry delegates any "protection" of that link that invokes a SSO flow to the web container (Apache HTTP Server). Not all SSO flows can be initiated that way so it would be useful if the link could be configurable so that the browser would be directed to a specific link when Login is clicked.

      It would be ok for Registry to assume that after the SSO flow is completed the SSO mechanism directs back to /auth/login so that the existing code can continue to read REMOTE_USER.

      Logout should also be configurable in a similar way.

        There are no Sub-Tasks for this issue.

            Assignee:
            Benn Oshrin (internet2.edu)
            Reporter:
            Scott Koranda SCG (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: