Skip to content

Commit

Permalink
Merge pull request #25 from timlegge/tutorial
Browse files Browse the repository at this point in the history
Update pod information
  • Loading branch information
timlegge authored Feb 22, 2021
2 parents 1887f90 + db801af commit fb126f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Net/SAML2/Binding/Redirect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Net::SAML2::Binding::Redirect
key => '/path/to/SPsign-nopw-key.pem', # Service Provider (SP) private key
url => $sso_url, # Service Provider Single Sign Out URL
param => 'SAMLRequest' OR 'SAMLResponse', # Type of request
cert => '/path/to/IdP-cert.pem' # Identity Provider (IdP) certificate
cert => $idp->cert('signing') # Identity Provider (IdP) certificate
);
my $url = $redirect->sign($authnreq);
Expand Down Expand Up @@ -52,8 +52,8 @@ verify the signature.
=item B<cert>
IdP's (Identity Provider's) signing certificate that is used to sign the
response from the IdP. It is used to verify the signature of the Redirect
IdP's (Identity Provider's) certificate that is used to verify a signed
Redirect from the IdP. It is used to verify the signature of the Redirect
response.
=item B<url>
Expand Down

0 comments on commit fb126f2

Please sign in to comment.