Skip to content

Commit 384d2fb

Browse files
authored
Merge pull request #758 from usdoj/foia-540-fedhub-production
FOIA-540: FedHub for production.
2 parents a4edefe + c57311a commit 384d2fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docroot/sites/default/settings/includes.settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
case 'prod':
5555
$config['samlauth.authentication']['sp_entity_id'] = 'doj_foia_api_prod';
56-
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://login.max.gov/idp/profile/SAML2/Redirect/SSO';
57-
$config['samlauth.authentication']['idp_entity_id'] = 'https://login.max.gov/idp/shibboleth';
56+
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://fedhub.hhs.gov/ABaaS/idp';
57+
$config['samlauth.authentication']['idp_entity_id'] = 'https://fedhub.hhs.gov/ABaaS/idp';
5858
break;
5959

6060
}

0 commit comments

Comments
 (0)