Skip to content

Tags: zitadel/oidc

Tags

v3.33.1

Toggle v3.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(op): add scope to access token scope (#664)

v3.33.0

Toggle v3.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(pkg/op): allow custom SupportedScopes (#675)

Co-authored-by: Tim Möhlmann <tim [email protected]>

v3.32.1

Toggle v3.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ignore all unmarshal errors from locale (#673)

v3.32.0

Toggle v3.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(OP): add back channel logout support (#671)

* feat: add configuration support for back channel logout

* logout token

* indicate back channel logout support in discovery endpoint

v3.31.0

Toggle v3.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(example): Allow configuring some parameters with env variables (#…

…663)

Co-authored-by: Andrey Rusakov <[email protected]>

v3.30.1

Toggle v3.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix slice init length (#658)

v3.30.0

Toggle v3.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(oidc): return defined error when discovery failed (#653)

* feat(oidc): return defined error when discovery failed

* Use errors.Join() to join errors

Co-authored-by: Tim Möhlmann <[email protected]>

* Remove unnecessary field

Co-authored-by: Tim Möhlmann <[email protected]>

* Fix order and message

Co-authored-by: Tim Möhlmann <[email protected]>

* Fix error order

* Simplify error assertion

Co-authored-by: Tim Möhlmann <[email protected]>

---------

Co-authored-by: Tim Möhlmann <[email protected]>

v3.29.1

Toggle v3.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(oidc): set client ID to access token JWT (#650)

* fix(oidc): set client ID to access token JWT

* fix test

v3.29.0

Toggle v3.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Define redirect uris with env variables (#644)

Co-authored-by: Andrey Rusakov <[email protected]>

v2.12.2

Toggle v2.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update go-jose to new updated repo due to migration (#630)

* updates go-jose to new updated repo due to migration

- updated from /square/go-jose to /go-jose/go-jose
- updates to v2.6.3
- addresses CVE-2016-9123 and CVE-2016-9121
- fixes tests that were adjusting for a 1s delay

* revert 299>300 in op_test.go