Skip to content

Commit 218ada0

Browse files
author
marco
committed
SP private key and certificate
1 parent 4df6a08 commit 218ada0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/OneLogin/Saml/Settings.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ class OneLogin_Saml_Settings
3838
* @var string
3939
*/
4040
public $spIssuer = 'php-saml';
41+
42+
/**
43+
* The SP private key use3d to encrypt the asssertion.
44+
*/
45+
public $spPrivateKey = '';
46+
47+
/**
48+
* The SP x509 certificate.
49+
*/
50+
public $spPublicCertificate = '';
4151

4252
/**
4353
* Specifies what format to return the authentication token, i.e, the email address.

0 commit comments

Comments
 (0)