[Sakai Jira] Updated: (SAKIII-561) Configurability of authentication

Nicolaas Matthijs (JIRA) sakai3-ux-jira at sakaiproject.org
Tue Aug 3 11:45:44 PDT 2010


     [ http://jira.sakaiproject.org/browse/SAKIII-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolaas Matthijs updated SAKIII-561:
-------------------------------------

    Summary: Configurability of authentication  (was: Configurability of authemtication)

> Configurability of authentication
> ---------------------------------
>
>                 Key: SAKIII-561
>                 URL: http://jira.sakaiproject.org/browse/SAKIII-561
>             Project: Sakai 3 UI Dev
>          Issue Type: Roadmap Feature
>          Components: Login/Logout
>    Affects Versions: Sprint 2 (15/08/10)
>            Reporter: Nicolaas Matthijs
>            Assignee: James Sloane
>            Priority: Critical
>             Fix For: Sprint 2 (15/08/10)
>
>
> The designs around the configurability of authentication and the ability to point to external login systems should be implemented. The designs that should be followed for this can be found at http://sakai3design.caret.cam.ac.uk/?page_id=60 .
> In config.js, this should be configured as something like this:
> sakai.config.Authentication : {
>   "internal" : true,
>   "external": [
>     {
>       label: "External Login System 1",
>       url: "http://external.login1.com/",
>       description: "This is the description displayed underneath ..."
>     },
>     {
>       label: "External Login System 2",
>       url: "http://external.login2.com/",
>       description: "This is the description displayed underneath ..."
>     }
>   ]
> }
> If internal is set to true, only the normal login form should be displayed. If it is set to false, the login form should be hidden. Instead of the login form, 1 or 2 login buttons (as specified in the designs) should be displayed. The implementation should only be able to deal with 1 or 2 login buttons.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.sakaiproject.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the sakai-ui-dev mailing list