Metadata-Version: 2.1
Name: djangosaml2
Version: 1.3.3
Summary: pysaml2 integration for Django
Home-page: https://github.com/knaperek/djangosaml2
Author: Yaco Sistemas and independent contributors
Author-email: lgs@yaco.es
Maintainer: Jozef Knaperek
License: Apache 2.0
Download-URL: https://pypi.org/project/djangosaml2/
Description: djangosaml2
        ===========
        
        ![CI build](https://github.com/peppelinux/djangosaml2/workflows/djangosaml2/badge.svg)
        ![pypi](https://img.shields.io/pypi/v/djangosaml2.svg)
        [![Downloads](https://pepy.tech/badge/djangosaml2/month)](https://pepy.tech/project/djangosaml2)
        ![Python version](https://img.shields.io/badge/license-Apache%202-blue.svg)
        ![Django versions](https://img.shields.io/pypi/djversions/djangosaml2)
        ![Documentation Status](https://readthedocs.org/projects/djangosaml2/badge/?version=latest)
        ![License](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue.svg)
        
        
        A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library.
         Djangosaml2 protects your project with a SAML2 SSO Authentication.
        
        
        Features:
        
        - HTTP-REDIRECT SSO Binding
        - HTTP-POST SSO Binding
        - SLO POST and HTTP-REDIRECT Binding
        - Discovery Service
        - embedded Wayf page with customizable html template
        - IdP Hinting
        - IdP Scoping
        - Samesite cookie
        
        
        Please consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io) to get started.
        
        
        Contributing
        ============
        
        Please open Issues to start debate regarding the requested
        features, or the patch that you would apply. We do not use
        a strict submission format, please try to be more concise as possibile.
        
        The Pull Request MUST be done on the dev branch, please don't
        push code directly on the master branch.
        
        
        Special thanks
        ==============
        
        This is a community-driven project, born as a
        fork and maintained by different authors at different times, such as:
        
        - [Lorenzo Gil Sanchez](https://github.com/lorenzogil)
        - [Jozef knaperek](https://github.com/knaperek)
        
Keywords: django,pysaml2,sso,saml2,federated authentication,authentication
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
