Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions example/plugins/backends/saml2_backend.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Saml2
config:
idp_blacklist_file: /path/to/blacklist.json

entityid_endpoint: true
mirror_force_authn: no
memorize_idp: no
use_memorized_idp_when_force_authn: no
Expand Down
1 change: 1 addition & 0 deletions example/plugins/frontends/saml2_frontend.yaml.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module: satosa.frontends.saml2.SAMLFrontend
name: Saml2IDP
config:
entityid_endpoint: true
idp_config:
organization: {display_name: Example Identities, name: Example Identities Org., url: 'http://www.example.com'}
contact_person:
Expand Down