Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps github.com/zachmann/go-oidfed from 0.2.1 to 0.4.0.

Release notes

Sourced from github.com/zachmann/go-oidfed's releases.

go-oidfed 0.4.0

Heads up

This is the last release in this repo. The repo will shortly be restructured and transferred to the go-oidfed organization. The restructuring will also split the repo and contain other breaking restructuring. Also configuration of RP / TA will break with the next release.

General

  • Updated dependencies
  • Removed iss parameter from fetch entity statement request, since it was removed some time ago in the spec
  • Fixed metadata policies for scope potentially failing
  • Allow arbitrary extra metadata (for other entity types); thanks to @​tgeoghegan for this
  • (Partily) adapt to draft 43: Add new ui related metadata claims
    • Renaming of trust_mark_id to trust_mark_type is not yet done

Example TA

  • Improvements to the entity collection endpoint
  • Updating entity collection endpoint to new draft

go-oidfed 0.3.1

General

  • Updated dependencies
  • Added resource_name to PR metadata
  • Fixed problems with cached metadata
  • Fixed jwt verification if multiple keys are in a jwks but no alg given
  • Fixed an error message
  • Resolve can now resolve single EC trust chains, i.e. it can now resolve itself
  • Fixed some problems with the resolver

Example TA

  • Added config option to enable debug log
  • First (outdated) implementation of an entity collection endpoint

Example RP

  • Added some styling to the html
  • Allow RP to use new entity collection endpoint

go-oidfed 0.3.0

This release mainly updates the lib to the latest spec.

This includes some changes to the metadata policies. The test vectors on https://connect2id.com/blog/metadata-policy-test-vectors-openid-federation are passing with the updated implementation.

Custom metadata policy operator would need to be updated.

Some smaller changes include:

  • Updating dependencies
  • Allow logo_uri config option for the example TA and RP

... (truncated)

Commits
  • b630a04 Merge pull request #74 from zachmann/dependabot/go_modules/github.com/lestrra...
  • e750198 Bump github.com/lestrrat-go/jwx/v3 from 3.0.4 to 3.0.5
  • f9c7693 [rp] adapt to new entity collection
  • 3bee96c fix rebase merge
  • 00013e2 [entity collection] adapt to new ui claims; WIP
  • e836e50 [entity collection] adapt to new ui claims; WIP
  • 31e323b adapt to draft 43
  • 41b88d2 Merge pull request #73 from zachmann/dependabot/go_modules/github.com/lestrra...
  • 05e827f Merge pull request #72 from zachmann/dependabot/go_modules/github.com/redis/g...
  • 751a542 Merge pull request #70 from zachmann/dependabot/go_modules/golang.org/x/crypt...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/zachmann/go-oidfed](https://github.com/zachmann/go-oidfed) from 0.2.1 to 0.4.0.
- [Release notes](https://github.com/zachmann/go-oidfed/releases)
- [Commits](go-oidfed/lib@v0.2.1...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/zachmann/go-oidfed
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants