acquia / blt-simplesamlphp

Acquia BLT plugin for integration with SimpleSAMLPhp
GNU General Public License v2.0
1 stars 7 forks source link

Support for Acquia Cloud Next #7

Open nmillin opened 2 years ago

nmillin commented 2 years ago

Background

https://docs.acquia.com/cloud-platform/cloud-next/

Acquia Cloud Next is the name of a major update to Acquia Cloud Platform, introducing improved performance, security, and resiliency for applications at any scale. Rolling out first to Cloud Platform Enterprise subscribers throughout 2021, Acquia Cloud Next upgrades for Cloud Platform Professional and Acquia Site Factory subscribers will begin in 2022.

SimpleSamlPHP changes

My work was contacted that we needed to make some updates ASAP so our simplesamlphp implementation doesn't break. The details are a bit lacking (waiting to hear back from Acquia reps), but it doesn't seem like too big of a lift to change.

https://docs.acquia.com/resource/simplesaml/acn/ outlines how to add ACN, but doesn't mention blt-simplesamlphp. My idea, is acquia_config.php could be updated to reflect the code changes to support ACN and things would just work (hopefully). The changes required will work on both versions of Acquia Cloud (next and classic) - per support ticket.

Next steps

I plan to create a fork and create a PR which the changes to acquia_config.php. If anyone else has gone through the update to ACN already, please let me know. Thanks!