File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,9 @@ cd example/
5555virtualenv -ppython3 env
5656source env/bin/activate
5757
58- pip install --no-deps djangosaml2-spid
5958pip install djangosaml2-spid
6059````
6160
62- ⚠️ Why ` pip install ` have beed executed twice? spid-django needs a fork of PySAML2 that's not distribuited though pypi.
63- This way to install it prevents the following error:
64-
65- ````
66- ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
67- djangosaml2-spid depends on pysaml2@ git+https://github.com/peppelinux/[email protected] #pysaml2 68- ````
69-
7061Your example saml2 configuration is in ` spid_config/spid_settings.py ` .
7162See djangosaml2 and pysaml2 official docs for clarifications.
7263
Original file line number Diff line number Diff line change 11django >= 2.2.24 ,< 4.0
22
33# hint before: pip install -U setuptools
4- # pysaml2 @ git+https://github.com/peppelinux/[email protected] #pysaml2 54cffi
65
76# django saml2 SP
You can’t perform that action at this time.
0 commit comments