Skip to content

Commit 43fd132

Browse files
Merge pull request #393 from melanger/patch-3
docs: add name and description to example SAML2 backend
2 parents c4ba69d + 065e5da commit 43fd132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/plugins/backends/saml2_backend.yaml.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ config:
1818
enable_metadata_reload: no
1919

2020
sp_config:
21+
name: "SP Name"
22+
description: "SP Description"
2123
key_file: backend.key
2224
cert_file: backend.crt
2325
organization: {display_name: Example Identities, name: Example Identities Org., url: 'http://www.example.com'}

0 commit comments

Comments
 (0)