File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -465,6 +465,7 @@ class SAMLCrossAccount(AbstractCrossAccount):
465
465
role: STRING*
466
466
url: STRING*
467
467
auth_type: ("basic" | "digest" | "ntlm")
468
+ http_method: ("GET"| "POST")
468
469
http_headers:
469
470
STRING: STRING
470
471
no_verify: BOOLEAN
@@ -510,6 +511,11 @@ class SAMLCrossAccount(AbstractCrossAccount):
510
511
specified, it must be one of `basic`, `digest`, or `ntlm`. The default value
511
512
is `basic`. If using NTLM, username should be specified as `domain\\ username`.
512
513
514
+ `http_method`
515
+ : The HTTP method to use when authenticating with the IdP. If
516
+ specified, it must be one of `GET`, `POST`. The default value
517
+ is `GET`.
518
+
513
519
`http_headers`
514
520
: Additional HTTP headers to send in the request to the IdP. If specified,
515
521
it must be a dictionary of `key: value` pairs, where keys and values are
You can’t perform that action at this time.
0 commit comments