From 5ca4fb0ec9aa3c4ed77717a022b43357df3db252 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 28 Jul 2017 17:59:01 +0300 Subject: Add documentation for sp_type and sp_type_in_metadata configuration options --- doc/howto/config.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/howto/config.rst b/doc/howto/config.rst index 1769bab3..95e9a726 100644 --- a/doc/howto/config.rst +++ b/doc/howto/config.rst @@ -475,6 +475,42 @@ This kind of functionality is required for the eIDAS SAML profile This is relevant only for the eIDAS SAML profile. +sp_type +""""""" + +Sets the value for the eIDAS SPType node. By the eIDAS specification the value +can be one of *public* and *private*. + +Example:: + + "service": { + "sp": { + "sp_type": "private", + } + } + +.. note:: + This is relevant only for the eIDAS SAML profile. + + +sp_type_in_metadata +""""""""""""""""""" + +Whether the SPType node should appear in the metadata document +or as part of each AuthnRequest. + +Example:: + + "service": { + "sp": { + "sp_type_in_metadata": True, + } + } + +.. note:: + This is relevant only for the eIDAS SAML profile. + + idp """ -- cgit v1.2.1