Skip to content

Commit

Permalink
Merge pull request #614 from brockfanning/foia-0-saml-keys-per-enviro…
Browse files Browse the repository at this point in the history
…nment

FOIA-0: Samlauth key files per environment.
  • Loading branch information
brockfanning authored Apr 3, 2024
2 parents 9deca36 + 3e505a1 commit 079501a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docroot/sites/default/settings/includes.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@
break;

}

$config['samlauth.authentication']['sp_x509_certificate'] = 'file:/var/www/html/foia.' . $ah_env . '/acquia-files/saml/samlauth_key.pub';
$config['samlauth.authentication']['sp_private_key'] = 'file:/var/www/html/foia.' . $ah_env . '/acquia-files/saml/samlauth_key';
$config['samlauth.authentication']['idp_certs'][0] = 'file:/var/www/html/foia.' . $ah_env . '/acquia-files/saml/max_key.pub';
}

0 comments on commit 079501a

Please sign in to comment.