Skip to content
#

single-sign-on

Single sign-on (SSO) is an authentication scheme that allows a user to log in with a single ID to any of several related, yet independent, software systems. SSO supporters place emphasis on it reducing the risk of password fatigue and improvement of usability in terms of perceived corperate identity between different services of the same provider.

Conversely, single sign-off or single log-out (SLO) is the property whereby a single action of signing out terminates access to multiple software systems.

Here are 220 public repositories matching this topic...

This is an authentication module that includes single-sign-on features implemented using Django-jwt. This application is ready to deliver user-wise, group-wise and service-wise permission lists, store a service list, authenticate each service id requested by users from different modules, validate token, maintain token life expire time, define ac…

  • Updated Dec 7, 2022
  • Python
python-cas

The Central Authentication Service (CAS) is a single sign-on protocol for the web. This is a Python CAS client library with added support for <norEduPerson> XML tag to allow attributes to be retrieved from <norEduPerson> nested elements when there is no <cas:attributes> available in the XML CAS response file.

  • Updated Nov 20, 2019
  • Python