From 5161640bc515d0c72a6661f9707d9293eb14fb09 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Thu, 14 May 2020 13:11:46 +0200 Subject: [PATCH] Add reference on AssertionConsumerServiceIndex --- modules/saml/docs/sp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/saml/docs/sp.md b/modules/saml/docs/sp.md index 2579f27a3..fb9dff3ae 100644 --- a/modules/saml/docs/sp.md +++ b/modules/saml/docs/sp.md @@ -126,6 +126,10 @@ Options arrays format as seen in the [Metadata endpoints](./simplesamlphp-metadata-endpoints) documentation. +`AssertionConsumerServiceIndex` +: The Assertion Consumer Service Index to be used in the AuthnRequest in place of the Assertion + Service Consumer URL. + `attributes` : List of attributes this SP requests from the IdP. This list will be added to the generated metadata. -- GitLab