From 75ad1ad06d6a42f559635ec3c952236a47fe7ae3 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 23 May 2023 10:59:28 -0700 Subject: [PATCH] Docs: remove `issuer_uri` from `end_user_authentication` (#11639) - `issuer_uri` isn't required for this feature and won't included in the UI. --- docs/Contributing/Testing-and-local-development.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Contributing/Testing-and-local-development.md b/docs/Contributing/Testing-and-local-development.md index b62d9948e0..b7f4121d8e 100644 --- a/docs/Contributing/Testing-and-local-development.md +++ b/docs/Contributing/Testing-and-local-development.md @@ -619,7 +619,6 @@ mdm: end_user_authentication: entity_id: idp_name: SimpleSAML - issuer_uri: /simplesaml/saml2/idp/SSOService.php metadata_url: /simplesaml/saml2/idp/metadata.php ```