Uploaded image for project: 'COmanage'
  1. COmanage
  2. CO-1327

Login and Logout actions should be configurable

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • COmanage Registry Future
    • COmanage Registry 1.0.5 (Polished Polygon MR5)
    • Registry
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              benn.oshrin@at.internet2.edu Benn Oshrin (internet2.edu)
              scott.koranda.3@at.internet2.edu Scott Koranda SCG (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: