Skip to content

Awingu/django-saml2-idp

 
 

Repository files navigation

! This code has been abandoned and merged into awingu-core

Django-saml2-idp

SAML 2.0 Identity Provider Django App

image

Setup Guide

Execute the following commands to setup the project for development or test purposes.

  • sudo apt-get update
  • sudo apt-get install -y git libffi-dev libssl-dev libxml2 libxslt1-dev python-virtualenv python3-dev
  • git clone https://github.com/Awingu/django-saml2-idp
  • cd django-saml2-idp
  • virtualenv -p /usr/bin/python3.4 venv
  • source venv/bin/activate
  • pip install --upgrade pip
  • pip install -r requirements.txt

About

SAML 2.0 Identity Provider App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • HTML 1.7%
  • Shell 0.6%