File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff 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+
478514idp
479515"""
480516
You can’t perform that action at this time.
0 commit comments