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

Remove pyoidc and pysaml2 from core #442

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

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    baba62d View commit details
    Browse the repository at this point in the history
  2. Added error message handling.

    rohe committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d8f0387 View commit details
    Browse the repository at this point in the history
  3. Updated init attributes.

    rohe committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    44d02f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    27b8e8d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    de348c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    f9fdc5e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Started to weed SATOSA core from saml2.

    Replacing jwkest with cryptojwt.
    Making tests that are dependent on pyoidc not be executed if pyoidc is not installed.
    rohe committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e839448 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Added test for idpy-oidc based backend.

    Switched from AES-CBC crypto to AES-GCM.
    Replaced dependency on pycryptodomex to cryptojwt.
    Refactored idpy_oidc.py to get a create_client function used in testing.
    Made pytest skip test modules if a necessary package was not present.
    rohe committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ff23b60 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    33fb01d View commit details
    Browse the repository at this point in the history
  2. Improve configuration readability of the primary-identifier plugin

    Signed-off-by: Ivan Kanakarakis <[email protected]>
    c00kiemon5ter authored and rohe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    066c045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ccc44c View commit details
    Browse the repository at this point in the history