django-simple-sso

 by   divio Python Version: 1.2.0 License: Non-SPDX

kandi X-RAY | django-simple-sso Summary

kandi X-RAY | django-simple-sso Summary

django-simple-sso is a Python library. django-simple-sso has no bugs, it has no vulnerabilities, it has build file available and it has low support. However django-simple-sso has a Non-SPDX License. You can download it from GitHub.

django-simple-sso
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              django-simple-sso has a low active ecosystem.
              It has 287 star(s) with 110 fork(s). There are 20 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 11 open issues and 22 have been closed. On average issues are closed in 721 days. There are 8 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of django-simple-sso is 1.2.0

            kandi-Quality Quality

              django-simple-sso has 0 bugs and 0 code smells.

            kandi-Security Security

              django-simple-sso has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              django-simple-sso code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              django-simple-sso has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              django-simple-sso releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed django-simple-sso and discovered the below as its top functions. This is intended to give you an instant insight into django-simple-sso implemented functionality, and help decide if they suit your requirements.
            • Get a token from the request
            • Refresh the model
            • Handle authenticated user
            • Check the token timeout
            • Handle GET requests
            • Return a user instance
            • Build a User instance
            • Return the next URL
            • Return user data
            • Get user data
            • Allow user to be bound
            • Return a list of urls
            Get all kandi verified functions for this library.

            django-simple-sso Key Features

            No Key Features are available at this moment for django-simple-sso.

            django-simple-sso Examples and Code Snippets

            No Code Snippets are available at this moment for django-simple-sso.

            Community Discussions

            Trending Discussions on django-simple-sso

            QUESTION

            Cross Platform Single Sign On
            Asked 2018-Dec-14 at 12:46

            Want to know some best ways how to achieve Single Sign On for cross platform django projects. I have a monolithic application which is getting converted to Multi Tenant system. The core part of the monolithic application is converted and divided into micro services but there are portions and part of monolithic application which will take time to get converted.

            So currently I cannot remove monolithic application hence needed a way to implement Single Sign On for these two application running in parallel.

            Monolithic Stack:- Python, Django1.10, mysql, MultiTenantSystem Stack :- Python, Django2.1, Postgres

            Some references :- https://github.com/aldryn/django-simple-sso https://medium.com/@MicroPyramid/django-single-sign-on-sso-to-multiple-applications-64637da015f4

            ...

            ANSWER

            Answered 2018-Dec-14 at 12:46

            I would recommand working with OpenID Connect or SAML. At work we are currently using django-oidc-provider with some business customization of course. This allows you to serve a single sign-on across multiple platforms.

            The way it works is having a central authentication server that handles all logins and redirects the user to clients, which then again, exchange for an access-token and/or id-token. How to implement the access token from here varies, but for your sake the back-end middleware would fetch user info from the authentication server, and give the user a session cookie for your service related to the user info just fetched.

            Or even better, use id-tokens. That way you dont need to ask for user info from the authentication server as these are JWT and can be verified by cryptography.

            For more info you can checkout the OpenID website.

            Source https://stackoverflow.com/questions/53761647

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install django-simple-sso

            You can download it from GitHub.
            You can use django-simple-sso like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/divio/django-simple-sso.git

          • CLI

            gh repo clone divio/django-simple-sso

          • sshUrl

            git@github.com:divio/django-simple-sso.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link