mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-08 07:52:59 +00:00
Add SAML addon.
This commit is contained in:
parent
f04493b5bb
commit
4b3b79c894
62 changed files with 16277 additions and 0 deletions
14
saml/vendor/onelogin/php-saml/certs/README
vendored
Normal file
14
saml/vendor/onelogin/php-saml/certs/README
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Take care of this folder that could contain private key. Be sure that this folder never is published.
|
||||
|
||||
Onelogin PHP Toolkit expects certs for the SP stored at:
|
||||
|
||||
* sp.key Private Key
|
||||
* sp.crt Public cert
|
||||
* sp_new.crt Future Public cert
|
||||
|
||||
Also you can use other cert to sign the metadata of the SP using the:
|
||||
|
||||
* metadata.key
|
||||
* metadata.crt
|
||||
|
||||
If you are using composer to install the php-saml toolkit, You should move the certs folder to vendor/onelogin/php-saml/certs
|
Loading…
Add table
Add a link
Reference in a new issue