Skip to content

Commit 5ca4fb0

Browse files
author
ivan
committed
Add documentation for sp_type and sp_type_in_metadata configuration options
1 parent 9a8077a commit 5ca4fb0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

doc/howto/config.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,42 @@ This kind of functionality is required for the eIDAS SAML profile
475475
This is relevant only for the eIDAS SAML profile.
476476

477477

478+
sp_type
479+
"""""""
480+
481+
Sets the value for the eIDAS SPType node. By the eIDAS specification the value
482+
can be one of *public* and *private*.
483+
484+
Example::
485+
486+
"service": {
487+
"sp": {
488+
"sp_type": "private",
489+
}
490+
}
491+
492+
.. note::
493+
This is relevant only for the eIDAS SAML profile.
494+
495+
496+
sp_type_in_metadata
497+
"""""""""""""""""""
498+
499+
Whether the SPType node should appear in the metadata document
500+
or as part of each AuthnRequest.
501+
502+
Example::
503+
504+
"service": {
505+
"sp": {
506+
"sp_type_in_metadata": True,
507+
}
508+
}
509+
510+
.. note::
511+
This is relevant only for the eIDAS SAML profile.
512+
513+
478514
idp
479515
"""
480516

0 commit comments

Comments
 (0)