From e09156a2f978454e63b95464b3fdab096dec4129 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 13 Jun 2022 12:54:31 +0200 Subject: [PATCH] Update docs/simplesamlphp-reference-idp-hosted.md Co-authored-by: Thijs Kinkhorst <thijs@kinkhorst.com> --- docs/simplesamlphp-reference-idp-hosted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-reference-idp-hosted.md b/docs/simplesamlphp-reference-idp-hosted.md index 25d7fc725..7b7740961 100644 --- a/docs/simplesamlphp-reference-idp-hosted.md +++ b/docs/simplesamlphp-reference-idp-hosted.md @@ -18,7 +18,7 @@ Both files have the following format: ]; /* ... */ -The entity ID should be an URI. +The entity ID must be a URI. The `host` option is the hostname of the IdP, and will be used to select the correct configuration. One entry in the metadata-list can -- GitLab