File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
3
4
- name : Python package
4
+ name : djangosaml2
5
5
6
6
on :
7
7
push :
Original file line number Diff line number Diff line change 2
2
djangosaml2
3
3
===========
4
4
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
8
7
9
8
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
13
12
your Identity Provider allowing you to use this authentication mechanism.
14
13
This document will guide you through a few simple steps to accomplish
15
14
such goal.
You can’t perform that action at this time.
0 commit comments