Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > Django Plugins

    django-simple-sso 0.9.2

    Download button

    No screenshots available
    Downloads: 164  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jonas Obrist | More programs
    BSD License / FREE
    November 20th, 2011, 05:07 GMT
    ROOT / Internet / Django Plugins

     Read user reviews (0)  Refer to a friend  Subscribe

    django-simple-sso description

    Simple SSO for Django

    django-simple-sso is a simple SSO app for Django.

    Terminology

    Server

    The server is a Django website that holds all the user information and authenticates users.

    Client

    The server is a Django website that provides login via SSO using the Server. It does not hold any user information.

    Key

    A unique key identifying a Client. This key can be made public.

    Secret


    A secret key shared between the Server and a single Client. This secret should never be shared with anyone other than the Server and Client and must not be transferred unencrypted.

    Workflow

    1. User wants to log into a Client by clicking a "Login" button. The initially requested URL can be passed using the next GET parameter.
    2. The Client's Python code does a HTTP request to the Server to request a authentication token, this is called the Request Token Request.
    3. The Server returns a Request Token.
    4. The Client redirects the User to a view on the Server using the Request Token, this is the Authorization Request.
    5. If the user is not logged in the the Server, they are prompted to log in.
    6. The user is redirected to the Client including the Request Token and a Auth Token, this is the Authentication Request.
    7. The Client's Python code does a HTTP request to the Server to verify the Auth Token, this is called the Auth Token Verification Request.
    8. If the Auth Token is valid, the Server returns a serialized Django User object.
    9. The Client logs the user in using the Django User recieved from the Server.


    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    Django SSO | Django server | Django | SSO | server

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM