Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/response issuer #150

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 19, 2023

  1. ci: Static Analysis

    Add phpstan and php_codesniffer to pipeline
    Fylax committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b24a4b1 View commit details
    Browse the repository at this point in the history
  2. test: Update tests

    Update tests quality and php unit version
    Fylax committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4a31329 View commit details
    Browse the repository at this point in the history
  3. feat(Logging): Implement PSR-3 logging

    Use PSR-3 compliant logging (provided by user) to log events.
    Logs are separated between temporary (application logs) and permanent (legal reasons)
    Fylax committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    03d7ebe View commit details
    Browse the repository at this point in the history
  4. chore: Update readme

    Fylax committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ee43c34 View commit details
    Browse the repository at this point in the history
  5. ci: Set correct PHP versions

    Fylax committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    67de182 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. chore: Change package name

    Fylax committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7222e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    9271670 View commit details
    Browse the repository at this point in the history
  2. fix(Requirements): Allow both 1.1.4 and v3 of PSR-3

    1.1.4 is quite updated but strictly required for PHP 7 compatibility
    Fylax authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ccbd8b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce86835 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from intervieweb/fix/psr-3-version

    fix(Requirements): Allow multiple PSR-3 versions
    Fylax authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    82abd67 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    1e11a9f View commit details
    Browse the repository at this point in the history
  2. fix(Validation): Check issuer format only when provided

    From spid technical rules on page 12:
    > deve essere presente l'elemento `Issuer` a indicare l'entityID dell'entità emittente, cioè l'Identity Provider stesso;
    > L'attributo format deve essere omesso o assumere valore `urn:oasis:names:tc:SAML:2.0:nameid-format:entity`;
    Fylax committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4e5148e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de0278 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix: Check right certificate for poste

    Nico Caprioli committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d54d90b View commit details
    Browse the repository at this point in the history