Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nginxinc/nginx-saml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nginxinc/nginx-saml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test-ssphp
Choose a head ref
  • 15 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 2, 2023

  1. First draft prototype

    route443 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    50a76bc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 14, 2023

  1. Code cleanup and refactoring

    * Code cleanup and refactoring
    route443 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    758ec19 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Added basic project documentation

    Added basic documentation on how to start working with the project
    route443 authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    cf66c6a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Added NameID support (#6)

    route443 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f543ce4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Add support for SP and IDP initiated SLO (#8)

    - Added support for SP and IDP initiated SLO
    - The pako.es5.js library has been updated to support Inflate/Deflate functions
    - processResponse function is unified and supports the processing of all responses from the authentication provider: Response, LogoutResponse, LogoutRequest.
    route443 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c68090c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Apr 24, 2023

  1. Added support for encrypted SAML Assertion and NameID. (#10)

    * Added support for encrypted SAML Assertion and NameID.
    
    * Use strict comparison in checkSAMLMessagesType.
    
    * Make the single logout process less strict.
    
    * Add support for separate SLO Response URL configuration in SAML SLO.
    
    * Optimize regex performance by using literal regular expressions.
    
    * Add optional SAML SLO disabling based on IdP SLO URL.
    
    * Add prefix to NGINX variables for SAML attributes.
    
    * Add prefix to NGINX variables for SAML attributes.
    
    * Removed 3rd party inflate/deflate lib.
    
    * Update SAML SSO and SLO documentation.
    route443 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7b9a30a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Removed test dir.

    route443 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    b2a6336 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    192b918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f849fdd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on Apr 28, 2023

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

Commits on Jun 23, 2023

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