mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-31 02:28:23 +08:00
5bc9e5482b
* 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.