OpenConext / Stepup-AzureMFA

GSSP IdP for Stepup Authentication using Azure MFA
Apache License 2.0
0 stars 1 forks source link

Provide institution configuration #1

Closed MKodde closed 4 years ago

MKodde commented 4 years ago

The institution configuration can be specified in the institutions.yaml file located in config/packages/

In addition to adding and parsing the configuration, some additional boyscout work has been performed:

  1. Apply declare(strict_types = 1) in every project PHP file
  2. The project namespace was set up (Surfnet/AzureMfa)
  3. The test setup was changed slightly
  4. Layered architecture folder setup was applied
  5. Code style issues where resolved
  6. Copyright years have been set to 2019 throughout the project

For details about the story: https://www.pivotaltracker.com/story/show/169312958

MKodde commented 4 years ago

After the peer review session, globally the following changed:

  1. after.sh updates (improved documentation, fixed some small issues (xor xdebug) and added additional steps (yarn install, yarn encore dev)
  2. Travis changes: use the xenial dist
  3. parameters.yaml.dist update: set the correct paths to the develop certificates
  4. Moved the ConfigurationFactory from application to domain layer.