8000 Comparing v3.2.2...v3.2.3 · erlef/oidcc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 comparison 8000 s here.
base repository: erlef/oidcc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Choose a base ref
...
head repository: erlef/oidcc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.3
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 3, 2024

  1. Update erlfmt & Format

    maennchen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9f026ca View commit details
    Browse the repository at this point in the history
  2. fix: partially revert "Don't send the same parameters in query string…

    … and JWT for redirect URL (#360)" (#375)
    
    This reverts partially commit 3b0b522.
    
    This commit started to fail the OIDC conformance suite:
    https://gitlab.com/paulswartz/ueberauth_oidcc_certification/-/pipelines/1391557144
    
    In particular, the error is:
    
    Required http request parameters and request object claims must match
    
    ```
    Required parameter 'response_type' was not found in http request parameters
    Required parameter 'client_id' was not found in http request parameters
    ```
    
    `redirect_url` does not appear to be required, so we continue to leave
    that out.
    paulswartz authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    faf3830 View commit details
    Browse the repository at this point in the history
  3. Release v3.2.3

    maennchen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3db53d5 View commit details
    Browse the repository at this point in the history
Loading
0