We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d024eef commit b315bfbCopy full SHA for b315bfb
src/saml2/config.py
@@ -72,6 +72,10 @@
72
"allow_unknown_attributes",
73
"crypto_backend",
74
"delete_tmpfiles",
75
+ "endpoints",
76
+ "metadata",
77
+ "ui_info",
78
+ "name_id_format",
79
]
80
81
SP_ARGS = [
@@ -85,12 +89,9 @@
85
89
"want_assertions_or_response_signed",
86
90
"authn_requests_signed",
87
91
"name_form",
88
- "endpoints",
- "ui_info",
92
"discovery_response",
93
"allow_unsolicited",
94
"ecp",
- "name_id_format",
95
"name_id_policy_format",
96
"name_id_format_allow_create",
97
"logout_requests_signed",
@@ -115,10 +116,6 @@
115
116
"subject_data",
117
"sp",
118
"scope",
119
- "metadata",
120
121
122
"domain",
123
"name_qualifier",
124
"edu_person_targeted_id",
0 commit comments