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 233 hydra issues
Sort by recently updated
recently updated
newest added

## Related issue(s) https://github.com/ory/hydra/issues/2561 ## 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...

### 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

### 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

Adds a `--metadata` flag to both `hydra clients create` and `hydra clients update`. Also ensures that valid JSON is being passed. ## Related issue(s) Fixes #3091 ## Checklist - [x]...

**Describe the bug** The OIDC Conformity suite says: > Unexpectedly found email in id_token. The conformance suite did not request the 'email' claim is returned in the id_token and hence...

bug

Hi, on large tables, janitor queries could take minutes. Table like refresh_token can grow before there is some expired tokens. By adding missing indexes on requested_at columns, and by ordering...

### 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

### 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

### 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

This pull request enables simultaneous auth flows by creating client related csrf cookie names. oauth2_authentication_csrf -> oauth2_authentication_csrf_%murmur3(client_id)% oauth2_authentication_csrf_insecure -> oauth2_authentication_csrf_%murmur3(client_id)%_insecure oauth2_consent_csrf -> oauth2_consent_csrf_%murmur3(client_id)% oauth2_consent_csrf_insecure -> oauth2_consent_csrf_%murmur3(client_id)%_insecure Additionally max age is...