Skip to content

Commit 7140490

Browse files
committed
Fix param documentation
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent bb01758 commit 7140490

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/saml2/client_base.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,11 @@ def create_authn_request(self, destination, vorg="", scoping=None,
252252
:param allow_create: If the identity provider is allowed, in the course
253253
of fulfilling the request, to create a new identifier to represent
254254
the principal.
255-
:param requested_attributes: A list of dicts which contain attributes
256-
to be appended to the requested_attributes config option. The
257-
dicts format is similar to the requested_attributes config option.
255+
:param requested_attributes: A list of dicts which define attributes to
256+
be used as eIDAS Requested Attributes for this request. If not
257+
defined the configuration option requested_attributes will be used,
258+
if defined. The format is the same as the requested_attributes
259+
configuration option.
258260
:param kwargs: Extra key word arguments
259261
:return: either a tuple of request ID and <samlp:AuthnRequest> instance
260262
or a tuple of request ID and str when sign is set to True

0 commit comments

Comments
 (0)