From 02515a25cc0018de8b4078cd6b5264c8c682d8d2 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco <giuseppe.demarco@unical.it> Date: Fri, 1 May 2020 18:11:52 +0200 Subject: [PATCH] github actions badge in README --- .github/workflows/python-package.yml | 2 +- README.rst | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index fc9fca55..5b95165f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python package +name: djangosaml2 on: push: diff --git a/README.rst b/README.rst index ef691c2c..42fd355c 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,13 @@ djangosaml2 =========== -.. image:: https://travis-ci.org/knaperek/djangosaml2.svg?branch=master - :target: https://travis-ci.org/knaperek/djangosaml2 - :align: left +.. image:: https://github.com/knaperek/djangosaml2/workflows/djangosaml2/badge.svg + :target: https://github.com/knaperek/djangosaml2/workflows/djangosaml2/badge.svg -djangosaml2 is a Django application that integrates the PySAML2 library -into your project. This mean that you can protect your Django based project -with a service provider based on PySAML. This way it will talk SAML2 with +A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library. +This mean that you can protect your Django based project +with a SAML2 SSO Authentication. This way it will talk SAML2 with your Identity Provider allowing you to use this authentication mechanism. This document will guide you through a few simple steps to accomplish such goal.