Skip to content

Commit be48f27

Browse files
author
Roland Hedberg
committed
Added descriptive text.
1 parent 1a23dcf commit be48f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/saml2/server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ def wants(self, sp_entity_id, index=None):
174174
175175
:param sp_entity_id: The entity id of the SP
176176
:param index: which of the attribute consumer services its all about
177+
if index == None then all attribute consumer services are clumped
178+
together.
177179
:return: 2-tuple, list of required and list of optional attributes
178180
"""
179181
return self.metadata.attribute_requirement(sp_entity_id, index)

0 commit comments

Comments
 (0)