Skip to content

Commit

Permalink
fix: example saml2 backend conf typo on DISCOSRV and django sp deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 13, 2023
1 parent 39f2c8a commit 945ac84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions example/plugins/backends/saml2_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ config:
name_id_format_allow_create: false

# disco_srv must be defined if there is more than one IdP in the metadata specified above
# disco_srv: "https://localhost:9999/disco.html"
disco_srv: change with $SATOSA_DISCO_SRV
disco_srv: "https://localhost:9999/disco.html"
1 change: 1 addition & 0 deletions example_sp/djangosaml2_sp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ cffi

# django saml2 SP
djangosaml2>=1.0.0
importlib-resources<6.0.0

0 comments on commit 945ac84

Please sign in to comment.