Skip to content

Commit

Permalink
Declare the HTTP-Redirect SLS endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Andrews committed Jan 13, 2011
1 parent af4934c commit 0d312f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Net/SAML2/SP.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ sub metadata {
{ Binding => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP', { Binding => 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP',
Location => $self->url . '/saml/slo-soap' }, Location => $self->url . '/saml/slo-soap' },
), ),
$x->SingleLogoutService(
$md,
{ Binding => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
Location => $self->url . '/saml/sls-redirect-response' },
),
$x->AssertionConsumerService( $x->AssertionConsumerService(
$md, $md,
{ Binding => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', { Binding => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
Expand Down

0 comments on commit 0d312f0

Please sign in to comment.