File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,9 @@ cd example/
55
55
virtualenv -ppython3 env
56
56
source env/bin/activate
57
57
58
- pip install --no-deps djangosaml2-spid
59
58
pip install djangosaml2-spid
60
59
````
61
60
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
-
70
61
Your example saml2 configuration is in ` spid_config/spid_settings.py ` .
71
62
See djangosaml2 and pysaml2 official docs for clarifications.
72
63
Original file line number Diff line number Diff line change 1
1
django >= 2.2.24 ,< 4.0
2
2
3
3
# hint before: pip install -U setuptools
4
- # pysaml2 @ git+https://github.com/peppelinux/[email protected] #pysaml2
5
4
cffi
6
5
7
6
# django saml2 SP
You can’t perform that action at this time.
0 commit comments