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: coreos/go-oidc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: coreos/go-oidc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 4, 2025

  1. oidc: add JSON tags to ProviderConfig

    This PR adds JSON tags to allow parsing a ProviderConfig directly from
    the OpenID Connect JSON metadata document. Since this is the preferred
    workaround for providers that don't support discovery in a
    spec-compliant way, such as returning the wrong issuer, or requiring a
    URL parameter, make this path easier and add an example to the godoc.
    
    Updates #445
    Updates #444
    Updates #439
    Updates #442
    Updates #344
    Fixes #290
    ericchiang committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    4b5f82d View commit details
    Browse the repository at this point in the history
Loading