Files
teleport/lib/githubactions
Brian Joerger 5bc9e5482b Remove remaining uses of github.com/coreos/go-oidc/v3 with github.com/zitadel/oidc/v3 (#54939)
* Use zitadel library for oidce token validation logic.

* Add generic ValidateToken - only functional change is that the 15s provider timeout is used for all providers.

* Use oidc.ValidateToken for azure.

* Use zitadel to check discovery for tctl sso configure.

* Update .golangci.yml.

* go mod tidy.

* Address linter/go.mod comments.

* Add GetSubject.

* Fix tests.

* Re-embed jwt.Claims for Azure; Fix tests.

* Use oidc.TokenClaims as a superset of jwt.Claims for azure claims.

* Address comments.
2025-05-23 18:42:29 +00:00
..