hydra icon indicating copy to clipboard operation
hydra copied to clipboard

OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security...

Results 253 hydra issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The current implementation of `back_channel` is [global ](https://github.com/ory/hydra/blob/master/consent/strategy_default.go#L673) for all clients which support `back_channel` - this is rather inflexible and...

feat

add client_credentials token hook add authorization_code token hook add jwt_profile token hook add relevant configuration ## Related issue(s) #3244 ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). -...

client id and client secret are mandatory in oauth2/revoke api ## Related issue(s) ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [x] I have referenced an issue...

Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...

dependencies
javascript

This PR adds caching for well known keys when using HSM key manager. Operations per sec on HSM are limited and caching well known keys would make sense. Also if...

While performing load test on new release of hydra found that on the DB side there is CPU crunch (100% for load of 30 tps on AWS RDS db.t3.xlarge) and...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

feat

Addresses parts of https://github.com/ory-corp/general/issues/735. ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [x] I have referenced an issue containing the design document if my change introduces a...

This PR adds the Device Auth Grant to Ory/Hydra RFC: https://www.rfc-editor.org/rfc/rfc8628 ## Related issue(s) This PR is related to https://github.com/ory/hydra/issues/2416 See also fosite PR: https://github.com/ory/fosite/pull/701/files ## Checklist - [X] I...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

bug