Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Additional configuration instructions
  • Loading branch information
jbickar authored Nov 1, 2023
1 parent 8db69b7 commit 2f37529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Installation
---

Place the Saml cert and key on the server in a protected location. They should be kept secret.

See the [SAML Authentication README](https://git.drupalcode.org/project/samlauth/-/blob/8.x-3.x/README.md) for creating the certificate and key, and [the Stanford UIT Guide to Single SignOn](https://uit.stanford.edu/service/saml/onboard-service-provider) for downloading the signing certificate to sign the assertion.

Add the following to the settings.php file indicating the path to the cert files:
```php
$config['samlauth.authentication']['sp_x509_certificate'] = 'file:/path/to/cert.crt';
Expand Down

0 comments on commit 2f37529

Please sign in to comment.