Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove go-oidc dependency from lib/jwt (#48622)
Abstracts the claims extraction via a new IDToken interface instead of importing oidc.IDToken directly. This is being done to reduce the footprint of the outdated go-oidc library in hopes that we can move off our internal and outdated fork.
- Loading branch information