Skip to content

Commit f34e85f

Browse files
committed
Fix SAML-Toolkits#375 Typo on binding documentation
1 parent fc9c87d commit f34e85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings_example.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'url' => '',
2828
// SAML protocol binding to be used when returning the <Response>
2929
// message. Onelogin Toolkit supports for this endpoint the
30-
// HTTP-Redirect binding only
30+
// HTTP-POST binding only
3131
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
3232
),
3333
// If you need to specify requested attributes, set a
@@ -86,7 +86,7 @@
8686
'url' => '',
8787
// SAML protocol binding to be used when returning the <Response>
8888
// message. Onelogin Toolkit supports for this endpoint the
89-
// HTTP-POST binding only
89+
// HTTP-Redirect binding only
9090
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
9191
),
9292
// SLO endpoint info of the IdP.

0 commit comments

Comments
 (0)