Skip to content

Releases: silinternational/ssp-base

include silinternational custom modules

11 Jun 07:09
a953fea
Compare
Choose a tag to compare

Added

  • Included SIL modules directly in this repository: expirychecker, material, mfa, profilereview, silauth, and sildisco.
  • Include a default authsources.php file suitable for use in an IdP instance.

Changed (breaking)

  • Changed the namespace on the Validator class to SimpleSAML\Module\expirychecker.
  • Changed the namespace on the Assert and LoggerFactory classes to SimpleSAML\Module\profilereview.
  • Changed the namespace on the Assert, LoggerFactory, and LoginBrowser classes to SimpleSAML\Module\mfa.
  • Changed the namespace on the silauth module source files to SimpleSAML\Module\silauth. This is particularly important to note if the ConfigManager class is used in authsources.php or other files copied into the ssp-base image at deployment time.

AppConfig, use module.enable

09 Apr 21:21
a1f6471
Compare
Choose a tag to compare

Added

  • New option to use AppConfig to supply environment variable values
  • Added all required modules to the module.enable section of the config.php file. (IDP-892)

Changed

  • Use org-level variable and GitHub variable to build the Docker image name

Removed

Fixed Docker image publish

23 Feb 16:31
03b9554
Compare
Choose a tag to compare

Fixed

  • Fixed copy-paste error

Changed

  • Move the Docker publish image name into a variable so it's more prominent

Use GitHub Actions

22 Feb 20:38
4834a93
Compare
Choose a tag to compare

Changed

  • Converted from Codeship to GitHub Actions

no id-broker status check

02 Aug 18:18
c4502a6
Compare
Choose a tag to compare

Fixed

Get the latest module-mfa, which has the guzzlehttp/psr7 security fix

15 Jun 19:44
504369f
Compare
Choose a tag to compare
Merge pull request #182 from silinternational/develop

Release 9.2.2 Get latest module-mfa that has the guzzlehttp/psr7 security fix

Get latest module-material with TOTP wording tweak

13 Jun 14:59
a56a193
Compare
Choose a tag to compare

Changed (non-breaking)

  • Tweak wording on the TOTP (mfa) code form.

Get latest material version for showing name of IdP on TOTP page

06 Jun 14:51
805f59e
Compare
Choose a tag to compare

Added

  • Text to the smartphone app (TOTP) mfa code input page that says which IdP it is for.

SQL session storage option

17 May 13:57
4b72251
Compare
Choose a tag to compare

Added

  • Added a new option for session storage in a SQL database.

Environment variables for credentials related to logging user logins in DynamoDB

08 May 18:43
c9d15be
Compare
Choose a tag to compare

Changed (breaking)

  • Just for logging user logins, it now expects to have two new environment variables providing AWS credentials for DynamoDb.

Fixed

  • Via simplesamlphp-module-material, added width related styling to the IdP discovery page header in order to allow the word wrap styling to function