Skip to content

Commit

Permalink
Fix SAML-Toolkits#375 Typo on binding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jun 11, 2019
1 parent fc9c87d commit f34e85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'url' => '',
// SAML protocol binding to be used when returning the <Response>
// message. Onelogin Toolkit supports for this endpoint the
// HTTP-Redirect binding only
// HTTP-POST binding only
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
),
// If you need to specify requested attributes, set a
Expand Down Expand Up @@ -86,7 +86,7 @@
'url' => '',
// SAML protocol binding to be used when returning the <Response>
// message. Onelogin Toolkit supports for this endpoint the
// HTTP-POST binding only
// HTTP-Redirect binding only
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
),
// SLO endpoint info of the IdP.
Expand Down

0 comments on commit f34e85f

Please sign in to comment.