diff --git a/CHANGELOG.md b/CHANGELOG.md index b699862d..8c70c3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Stanford Profile +11.3.8 +------------------------------------------------------------------------------- + +- Updated stanford_samlauth.settings timeout. + 11.3.7 ------------------------------------------------------------------------------- - Improve decoupled menu by using js data on the page instead of json api diff --git a/config/sync/stanford_samlauth.settings.yml b/config/sync/stanford_samlauth.settings.yml index 1083393c..2d7e138a 100644 --- a/config/sync/stanford_samlauth.settings.yml +++ b/config/sync/stanford_samlauth.settings.yml @@ -12,6 +12,7 @@ role_mapping: workgroup_api: cert: '' key: '' + timeout: 30 reevaluate: new mapping: - diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index 396d7470..b53dd7b7 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.3.7 +version: 11.3.8 type: profile project: Stanford core_version_requirement: ^9 || ^10