From 924f7b97007ccbab19b3991ccb330fc1c5501fe1 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Wed, 13 May 2020 16:59:57 +0200 Subject: [PATCH] Docs: grammar --- docs/simplesamlphp-sp.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/simplesamlphp-sp.md b/docs/simplesamlphp-sp.md index 45ddf79f6..e9ed8e713 100644 --- a/docs/simplesamlphp-sp.md +++ b/docs/simplesamlphp-sp.md @@ -119,8 +119,7 @@ SimpleSAMLphp metadata converter* tool available also in the *Federation* tab of parsed metadata and paste it with a text editor into the `metadata/saml20-idp-remote.php` file in your SimpleSAMLphp directory. -If you intend to add your SP to a federation, the procedure for managing trust in federations differ, but the common part is -that you would need to provide the *SAML 2.0 metadata of your SP*, and register that with the federation administration. +If you intend to add your SP to a federation, the procedure for managing trust in federations will differ, but the common part is that you would need to provide the *SAML 2.0 metadata of your SP*, and register that with the federation administration. You will probably be required too to consume the federation metadata periodically. Read more about [automated metadata management](./metarefresh:simplesamlphp-automated_metadata) to learn more about that. -- GitLab