We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9c87d commit f34e85fCopy full SHA for f34e85f
settings_example.php
@@ -27,7 +27,7 @@
27
'url' => '',
28
// SAML protocol binding to be used when returning the <Response>
29
// message. Onelogin Toolkit supports for this endpoint the
30
- // HTTP-Redirect binding only
+ // HTTP-POST binding only
31
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
32
),
33
// If you need to specify requested attributes, set a
@@ -86,7 +86,7 @@
86
87
88
89
- // HTTP-POST binding only
+ // HTTP-Redirect binding only
90
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
91
92
// SLO endpoint info of the IdP.
0 commit comments