File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33
4- name : Python package
4+ name : djangosaml2
55
66on :
77 push :
Original file line number Diff line number Diff line change 22djangosaml2
33===========
44
5- .. image :: https://travis-ci.org/knaperek/djangosaml2.svg?branch=master
6- :target: https://travis-ci.org/knaperek/djangosaml2
7- :align: left
5+ .. image :: https://github.com/knaperek/djangosaml2/workflows/djangosaml2/badge.svg
6+ :target: https://github.com/knaperek/djangosaml2/workflows/djangosaml2/badge.svg
87
98
10- djangosaml2 is a Django application that integrates the PySAML2 library
11- into your project. This mean that you can protect your Django based project
12- with a service provider based on PySAML . This way it will talk SAML2 with
9+ A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library.
10+ This mean that you can protect your Django based project
11+ with a SAML2 SSO Authentication . This way it will talk SAML2 with
1312your Identity Provider allowing you to use this authentication mechanism.
1413This document will guide you through a few simple steps to accomplish
1514such goal.
You can’t perform that action at this time.
0 commit comments