diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b223b3..7c311533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # SOE 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/soe_profile.info.yml b/soe_profile.info.yml index e72ce5b9..27fc9639 100644 --- a/soe_profile.info.yml +++ b/soe_profile.info.yml @@ -1,6 +1,6 @@ name: 'SOE Profile' description: 'Jumpstart Website Profile' -version: 11.3.7 +version: 11.3.8 type: profile project: Stanford core_version_requirement: ^9 || ^10