Difference between revisions of "Infrastructure Team/Central Login"

From Sugar Labs
Jump to navigation Jump to search
Line 13: Line 13:
 
* https://packages.sugarlabs.org
 
* https://packages.sugarlabs.org
  
== Authenticate front-end methods ==
+
== Authenticate front-ends ==
  
 
Preliminary list of possible front-end methods to authenticate users.
 
Preliminary list of possible front-end methods to authenticate users.
Line 20: Line 20:
 
* CAS, most regular way with a need to provide login/password, useful for people who are out of Sugar Shell (and certificate based method does not work implicitly) and either casual visitor or not technical skilled enough to take care about user side certificates.
 
* CAS, most regular way with a need to provide login/password, useful for people who are out of Sugar Shell (and certificate based method does not work implicitly) and either casual visitor or not technical skilled enough to take care about user side certificates.
 
* Users certificates, useful for people who need to be authenticated from Sugar Shell when Sugar might do some routines under the hood.
 
* Users certificates, useful for people who need to be authenticated from Sugar Shell when Sugar might do some routines under the hood.
 +
 +
== Authenticate back-end ==
 +
 +
* ldap.sugarlabs.org

Revision as of 08:46, 20 September 2011

Summary

This is initiative to permit a user to access multiple SL resources while providing their credentials (such as userid and password) only once.

Resources to authenticate on

Authenticate front-ends

Preliminary list of possible front-end methods to authenticate users.

  • For now https://obs.sugarlabs.org requires Basic HTTP Auth.
  • CAS, most regular way with a need to provide login/password, useful for people who are out of Sugar Shell (and certificate based method does not work implicitly) and either casual visitor or not technical skilled enough to take care about user side certificates.
  • Users certificates, useful for people who need to be authenticated from Sugar Shell when Sugar might do some routines under the hood.

Authenticate back-end

  • ldap.sugarlabs.org