Tags: openpubkey/openpubkey
Tags
Add OP EdDSA signature algorithm support (#350) Implement hybrid approach for signature verification: - Generic verification path for RS256, ES256, and EdDSA - Key type validation (prevents algorithm substitution attacks) - EdDSA support in mock providers (backend and token generation) All algorithms now verified through single code path with security validation to ensure key types match declared algorithms. * Add RSA w/private key NewPublicKeyRecord test * Add retries and back-off to mock WebChooser
Add configurable GQ audience prefix (#348) * Add configurable GQ audience prefix GQ signatures previously required a hard-coded audience prefix "OPENPUBKEY-PKTOKEN:". This change makes the prefix configurable through a new GQAudiencePrefix field in ProviderVerifierOpts. This is useful when the OIDC provider doesn't support setting an audience prefix in that format (e.g. Vault).
PreviousNext