Skip to content

Commit ab208cd

Browse files
committed
docs: add some information about metadata signing (simplesamlphp#2461)
* docs: add some information about metadata signing Link to the relevant section in both SP and IdP hosting sections of the docs. * linto
1 parent 82522d8 commit ab208cd

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/simplesamlphp-reference-idp-hosted.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ select the correct configuration. One entry in the metadata-list can
3535
have the host `__DEFAULT__`. This entry will be used when no other
3636
entry matches.
3737

38+
Directives that relate to signing of metadata start with the
39+
`metadata.sign` prefix. The signing directives are documented in their
40+
[own section](simplesamlphp-advancedfeatures.html#metadata-signing).
41+
in the advanced features page.
42+
3843
## Common options
3944

4045
`auth`

modules/saml/docs/sp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This authentication source is used to authenticate against SAML 2 IdPs.
44

55
## Metadata
66

7+
Directives that relate to signing of metadata start with the
8+
`metadata.sign` prefix. The signing directives are documented in their
9+
[own section](simplesamlphp-advancedfeatures.html#metadata-signing).
10+
in the advanced features page.
11+
712
The metadata for your SP will be available from the federation page on your SimpleSAMLphp installation.
813

914
SimpleSAMLphp supports generating metadata with the MDUI and MDRPI metadata extensions

0 commit comments

Comments
 (0)