Releases: silinternational/ssp-base
Releases · silinternational/ssp-base
include silinternational custom modules
Added
- Included SIL modules directly in this repository:
expirychecker
,material
,mfa
,profilereview
,silauth
, andsildisco
. - Include a default
authsources.php
file suitable for use in an IdP instance.
Changed (breaking)
- Changed the namespace on the
Validator
class toSimpleSAML\Module\expirychecker
. - Changed the namespace on the
Assert
andLoggerFactory
classes toSimpleSAML\Module\profilereview
. - Changed the namespace on the
Assert
,LoggerFactory
, andLoginBrowser
classes toSimpleSAML\Module\mfa
. - Changed the namespace on the
silauth
module source files toSimpleSAML\Module\silauth
. This is particularly important to note if theConfigManager
class is used inauthsources.php
or other files copied into the ssp-base image at deployment time.
AppConfig, use module.enable
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
- Removed
IDPDISCO_LAYOUT
configuration option. Our code (specifically simplesamlphp-module-sildisco and simplesamlphp-module-material) doesn't support the non-default, "dropdown" layout option.
Fixed Docker image publish
Fixed
- Fixed copy-paste error
Changed
- Move the Docker publish image name into a variable so it's more prominent
Use GitHub Actions
Changed
- Converted from Codeship to GitHub Actions
no id-broker status check
Fixed
- Updated dependencies, especially silinternational/simplesamlphp-module-silauth 7.1.1
- Use a simpler dependency list format
Get the latest module-mfa, which has the guzzlehttp/psr7 security fix
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
Changed (non-breaking)
- Tweak wording on the TOTP (mfa) code form.
Get latest material version for showing name of IdP on TOTP page
Added
- Text to the smartphone app (TOTP) mfa code input page that says which IdP it is for.
SQL session storage option
Added
- Added a new option for session storage in a SQL database.
Environment variables for credentials related to logging user logins in DynamoDB
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