cap
cap copied to clipboard
A collection of authentication Go packages related to OIDC, JWKs, Distributed Claims, LDAP
**Describe the bug** When I use Vault to pass OIDC certification, The returned id_token claim contains multiple audiences(`aud`), without authorized party (`azp`), which resulted in an error output. `Provider. VerifyIDToken:...
Before upgrading to the latest version of `[email protected]`, we should add more unit tests to catch potential race conditions. Specifically, we should test the `RequestTimeout` parameter, since that seemed to...
**Is your feature request related to a problem? Please describe.** GitLab is in the process of modifying the JWT tokens it provides in CI jobs, and in particular it is...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
The go-oidc library added support for `DeviceAuthURL` in coreos/go-oidc#365. This adds it also to the cap library and also makes a `ProviderConfig` structure available through a new API call `Provider.Config()`...
Library: https://github.com/go-jose/go-jose v4.0.0 was release in Feb 2024 and it would therefore be nice to update cap's jwt implementation to use this version too. The change would then allow Nomad...
Hi there 👋 This PR was auto-generated as part of an internal review of repositories that are not in compliance with IBM's licensing standards. **Repository Information** - Repository: cap -...
It seems that using `/proc/1/cgroup` has been broken lately to detect docker. Other projects have been using `/proc/1/mountinfo` instead (see https://github.com/pre-commit/pre-commit/pull/3535). This PR extends the current detection mecanisms (without removing...