We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4edefe + c57311a commit 384d2fbCopy full SHA for 384d2fb
1 file changed
docroot/sites/default/settings/includes.settings.php
@@ -53,8 +53,8 @@
53
54
case 'prod':
55
$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';
+ $config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://fedhub.hhs.gov/ABaaS/idp';
+ $config['samlauth.authentication']['idp_entity_id'] = 'https://fedhub.hhs.gov/ABaaS/idp';
58
break;
59
60
}
0 commit comments