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

backfill tests: SAML SP metadata #2794

Merged
merged 4 commits into from
Apr 1, 2024

Commits on Mar 21, 2024

  1. backfill tests: SAML SP metadata

    - in preparation for replacing the EOL spring saml extension lib
    with spring security core saml, adding more test coverage on
    the SAML SP metadata
    - tests that SAML SP metadata matches the UAA configs (in the
    context of this test, the UAA configs are from the local uaa.yml
    used to start a local server)
    - also explicitly declare some SAML-SP-related fields in the said
    local uaa.yml to make the inputs to the test clearer
    
    [#186986697]
    peterhaochen47 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    88ecdd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. refactor: SAML sp metadata test

    - Replaced the code that was depending on the platform where the test was being executed.
    
    [#186986697]
    
    Co-authored-by: Danny Faught <danny.faught@broadcom.com>
    hsinn0 and swalchemist committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a21ccfb View commit details
    Browse the repository at this point in the history
  2. integration test assertion for SAML SignatureMethod

    Co-authored-by: Hongchol Sinn <hongchol.sinn@broadcom.com>
    swalchemist and hsinn0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    53b2afe View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix: test assertion

    * Looks like we used the wrong metadata when we added this assertion.
    swalchemist committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5417ae5 View commit details
    Browse the repository at this point in the history