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: simplesamlphp/simplesamlphp-module-adfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: simplesamlphp/simplesamlphp-module-adfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 16, 2025

  1. Feature/metadata exchange (#25)

    * Migrate module to use saml11 + ws-security libraries
    
    * allow hosted metadata again. This lets me see it in the admin ui (#18)
    
    * Fix constant
    
    * Back to SSP release-branch
    
    * Fix constants
    
    * Fixes
    
    * Feature/standalone metadata (#21)
    
    * Do not rely on SimpleSAMLphp for metadata-building
    
    * Fix
    
    * Introduce a clokc
    
    * Generate ID
    
    * Cleanup
    
    * Update ws-security lib
    
    * WIP: Add mex-endpoint
    
    * Use updated ws-security lib
    
    * Refactor
    
    * Refactor
    
    * Fix IncludeToken
    
    * Add certificate policies
    
    * Add IssuedToken policies
    
    * Refactor
    
    * Add IssuedToken policies
    
    * Add WS-trust 1.3 policies
    
    * Fix namespaces
    
    * Add IssuedToken policies
    
    * Add wsdl:types and wsdl:message elements
    
    * Add wsdl:portTtype elements
    
    * Add bindings
    
    * Import interoperability-test from ws-security lib
    
    * Fix coding style
    
    * Add last binding and service
    
    * Add missing namespaces
    
    * Add yet another namespace decl
    
    * Fix constant
    
    * Fix constant
    
    * Fix typo
    
    * Use correct version of ws-addressing
    
    * Disable anything WS-trust 1.3 related - May remove later
    
    * Add usernamemixed endpoint
    
    * Fix
    
    * Fix rebase:  remove duplicate use-statements
    
    * Fix namespace
    
    * Fix missing parameter
    
    * Fix return type
    
    * Fix parameter type
    
    * Fix constant
    
    * Fix namespace for callback
    
    * Fix namespace
    
    * Fix missing use-statement
    
    * Passive response
    
    * Bump dependencies
    
    * Bump dependencies
    
    * Re-add code that got lost earlier
    
    * Consider wauth-parameter when processing request
    
    * Log the active response under debug-logging
    
    * Add debug logging
    
    ---------
    
    Co-authored-by: monkeyiq <monkeyiq@gmail.com>
    tvdijen and monkeyiq committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    fa8fb91 View commit details
    Browse the repository at this point in the history
  2. Start testing PHP 8.4

    tvdijen committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    a869448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f644d15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1870019 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Add route for logout

    tvdijen committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8a2ca45 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

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

Commits on Nov 12, 2025

  1. Fix ADFS IdP Response (#36)

    RequestSecurityTokenResponse has to contain RequestedSecurityToken instead of RequestSecurityToken element
    m0ark authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    b8ffc67 View commit details
    Browse the repository at this point in the history
  2. Update getLogoutURL to accept nullable relayState parameter to fix if…

    …rame logout scenarios where no relayState is available (#37)
    m0ark authored and tvdijen committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    da59625 View commit details
    Browse the repository at this point in the history
  3. Fix codesniffer-issues

    tvdijen committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    98f5aed View commit details
    Browse the repository at this point in the history
  4. Revert "Remove unused method"

    This reverts commit 8805189.
    tvdijen committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    0c622dc View commit details
    Browse the repository at this point in the history
  5. Fix version constraints

    tvdijen committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    396a8e5 View commit details
    Browse the repository at this point in the history
  6. Fix implicit nullable

    tvdijen committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e7766b1 View commit details
    Browse the repository at this point in the history
  7. Use local phpcs-version

    tvdijen committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    b90654a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Update dependencies

    tvdijen committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    a48b387 View commit details
    Browse the repository at this point in the history
Loading