File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Net::SAML2::Binding::Redirect
13
13
=head1 SYNOPSIS
14
14
15
15
my $redirect = Net::SAML2::Binding::Redirect->new(
16
- key => '/path/to/SPsign-nopw-key.pem', # Service Provider (SP) private key
17
- url => $sso_url, # Service Provider Single Sign Out URL
18
- param => 'SAMLRequest' OR 'SAMLResponse', # Type of request
19
- cert => '/path/to/IdP-cert.pem' # Service Provider (SP ) certificate
16
+ key => '/path/to/SPsign-nopw-key.pem', # Service Provider (SP) private key
17
+ url => $sso_url, # Service Provider Single Sign Out URL
18
+ param => 'SAMLRequest' OR 'SAMLResponse', # Type of request
19
+ cert => '/path/to/IdP-cert.pem' # Identity Provider (IdP ) certificate
20
20
);
21
21
22
22
my $url = $redirect->sign($authnreq);
You can’t perform that action at this time.
0 commit comments