Metadata-Version: 2.4
Name: djangosaml2
Version: 1.11.1
Summary: pysaml2 integration for Django
Home-page: https://github.com/IdentityPython/djangosaml2
Download-URL: https://pypi.org/project/djangosaml2/
Author: Yaco Sistemas and independent contributors
Author-email: lorenzo.gil.sanchez@gmail.com
Maintainer: Giuseppe De Marco
License: Apache 2.0
Keywords: django,pysaml2,sso,saml2,federated authentication,authentication
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: defusedxml>=0.4.1
Requires-Dist: Django>=4.2
Requires-Dist: pysaml2>=6.5.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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)
![Documentation Status](https://readthedocs.org/projects/djangosaml2/badge/?version=latest)
![License](https://img.shields.io/badge/license-Apache%202-blue.svg)
![Python versions](https://img.shields.io/pypi/pyversions/djangosaml2)
![Django versions](https://img.shields.io/pypi/djversions/djangosaml2)


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 possible.

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)
