18 Commits (master)
 

Author SHA1 Message Date
n0emis 8f83b5dfdf
update flask
Joël Franusic dccbc8d689
Merge pull request from jonwhittlestone/working-python2-docker-build
Python 2 base image modification to prevent docker build from failing
Jon Whittlestone 7f6a56c6fb Python 2 base image modification to prevent docker build from failing
With the base image set at `python:2.7`, docker build failed when installing python dependencies
Joël Franusic 946110b218 Merge pull request from itamaro/master
Update Python packages, use inline metadata, Dockerize app
Itamar Ostricher 42a7cd756d Merge branch 'dockerize' into 'master'
Dockerize the app
Itamar Ostricher cbc441c921 Merge branch 'inline-metadata' into 'master'
- Update Python packages to more recent versions, including required fix in templates
- Use inline PySAML2 metadata instead of local tempfile

Verified working with Python 2.7.10
Itamar Ostricher 14a263757c Dockerize the app
Itamar Ostricher 173c2e8ac5 Use inline PySAML2 metadata instead of local tempfile
Verified working with updated Python packages under Python 2.7.10
Itamar Ostricher 9bb8111c2c Update Python packages to more recent versions, including required fix in templates
Verified working with Python 2.7.10
Joel Franusic 72568e0c38 add xmlsec1 binaries to paths
Joel Franusic f3107368dc Add support for Heroku:
- Updated requirements.txt
- Add xmlsec1 buildpack
Joel Franusic 9eca125b55 Merge branch 'master' of github.com:jpf/okta-pysaml2-example
Joel Franusic 41407c3659 Update README with development libraries.
Joël Franusic b762f10751 Merge pull request from gene1wood/add-https-support
Add support for using an https ACS URI
Gene Wood 9ff576c566 Add support for using an https ACS URI
Joel Franusic b0d6a9fd44 Add README
Joel Franusic 537ffb781f Move code from user template into main_page
Joel Franusic 98d0bdcbfc Initial commit