-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update oryd/hydra Docker tag to v2 #62
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/oryd-hydra-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
2 times, most recently
from
September 19, 2023 22:30
e750f2a
to
75a051e
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
4 times, most recently
from
October 1, 2023 19:23
01ad9b4
to
77cff27
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
2 times, most recently
from
October 5, 2023 16:05
696720a
to
8b11962
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
6 times, most recently
from
October 19, 2023 21:14
48cffd1
to
d35fb04
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
2 times, most recently
from
October 20, 2023 18:56
1adc379
to
9f3ec85
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
4 times, most recently
from
November 3, 2023 21:05
f9e4539
to
e3ab0ee
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
November 20, 2023 20:15
e3ab0ee
to
313e5f3
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
December 12, 2023 21:11
313e5f3
to
bd7f329
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
January 5, 2024 18:49
bd7f329
to
e98a5ef
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
January 19, 2024 17:09
e98a5ef
to
ea945c7
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
5 times, most recently
from
February 3, 2024 00:23
5cad63a
to
b2a4ced
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
2 times, most recently
from
February 12, 2024 22:59
c79495b
to
b8bbd84
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
3 times, most recently
from
March 26, 2024 17:28
ae2e530
to
09dbb6a
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
3 times, most recently
from
April 16, 2024 11:34
0a1810e
to
054ef1e
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
May 9, 2024 00:58
054ef1e
to
fa55420
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
2 times, most recently
from
May 28, 2024 15:35
218b411
to
233c496
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
August 28, 2024 15:46
233c496
to
9e6d52a
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
2 times, most recently
from
November 5, 2024 16:38
392de09
to
74eeb1b
Compare
renovate
bot
force-pushed
the
renovate/oryd-hydra-2.x
branch
from
November 5, 2024 18:24
74eeb1b
to
b6518e2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.11.10
->v2.2.0
Release Notes
ory/hydra (oryd/hydra)
v2.2.0
Compare Source
Ory Hydra, the OAuth2 and OpenID Connect server designed for web-scale deployments introduces over 6x higher OAuth2 throughput on a single PostgreSQL instance!
Want to check out Ory Hydra yourself? Try common OAuth2 flows in the Ory OAuth2 Get Started guide!
This version significantly enhances performance, processing over 6x more authorization flows than version 2.1, thanks to architectural improvements that minimize database interactions for login and consent processes.
Key improvements include:
Thank all contributors who have made this release available!
Bug Fixes
Return empty slice if requested_scope or audience is null (#3711) (65165e7)
Correct id token type in token exchange response (#3625) (d1f9ba8):
Closes https://github.com/ory/client-go/issues/2
Dropped persistence/sql test errors (#3670) (22f0119)
Handle logout double-submit gracefully (#3675) (5133cf9)
Handle subject mismatch gracefully (#3619) (af0d477):
We now redirect to the original request URL if the subjects between
the remembered Hydra session and what was confirmed by the login
screen does not match.
Handle token hook auth config (#3677) (1a40833):
Improved SSRF protection (#3669) (24c3be5)
Incorrect down migration (#3708) (8812e0e), closes /github.com/ory/hydra/pull/3705#discussion_r1471514014
Remove required mark (#3693) (3a764a0)
Timeout in jwt-bearer grants when too many grants are available (#3692) (a748797)
Verifiable credentials JWT format (#3614) (0176adc)
Add exceptions for internal IP addresses (#3608) (1f1121c)
Add kid to verifiable credential header (#3606) (9f1c8d1)
Deflake ttl test (6741a49)
Docker build (#3609) (01ff9da)
Enable CORS with hot-reloaded origins (#3601) (6f592fc)
Only query access tokens by hashed signature (a21e945)
Racy random string generation (#3555) (1b26c4c)
Reject invalid JWKS in client configuration / dependency cleanup and bump (#3603) (1d73d83)
Restore ability to override auth and token urls for exemplary app (#3590) (dfb129a)
Return proper error when the grant request cannot be parsed (#3558) (26f2d34)
Use correct tracer in middleware (#3567) (807cbd2)
Documentation
Features
Add --skip-logout-consent flag to CLI (#3709) (f502d6e)
Add authentication options to hooks (#3633) (5c8e792)
Add flag to export public keys (#3684) (62c006b)
Add missing index for jwk table (#3691) (39ee5e1)
Add prompt=registration (#3636) (19857d2):
Ory Hydra now supports a
registration
value for theprompt
parameter ofthe authorization request. When specifying
prompt=registration
, Ory Hydrawill redirect the user to the URL found under
urls.registration
(instead of
urls.login
).Add skip_logout_consent option to clients (#3705) (2a653e6):
Adds a special field which disables the logout consent screen when performing OIDC logout.
Allow injecting extra fosite strategies (#3646) (88b0b7c)
Re-enable legacy client IDs (#3628) (5dd7d30):
This patch changes the primary key of the
hydra_client
table. We do not expect issues, as that table is probably not overly huge in any deployment. We do however highly recommend to test the migration performance on a staging environment with a similar database setup.Remove flow cookie (#3639) (cde3a30):
This patch removes the flow cookie. All information is already tracked in the request query parameters as part of the {login|consent}_{challenge|verifier}.
Remove login session cookie during consent flow (#3667) (5f41949)
Support multiple token URLs (#3676) (95cc273)
Add
hydra migrate status
subcommand (#3579) (749eb8d)Add more resolution to events and collect client metrics (#3568) (466e66b)
Add state override (b8b9154)
Add support for OIDC VC (#3575) (219a7c0):
This adds initial support for issuing verifiable credentials
as specified in https://openid.net/specs/openid-connect-userinfo-vc-1\_0.html.
Because the spec is still in draft, public identifiers are
suffixed with
draft_00
.Allow additional SQL migrations (#3587) (8900cbb)
Allow Go migrations (#3602) (8eed306)
Allow to disable claim mirroring (#3563) (c72a316):
This PR introduces another config option called
oauth2:mirror_top_level_claims
which may be used to disable the mirroring of custom claims into theext
claim of the jwt.This new config option is an opt-in. If unused the behavior remains as-is to ensure backwards compatibility.
Example:
Closes https://github.com/ory/hydra/issues/3348
Bump fosite and add some more tracing (0b56f53)
cmd: Add route that redirects to the auth code url (4db6416)
Parallel generation of JSON web key set (#3561) (5bd9002)
Propagate logout to identity provider (#3596) (c004fee):
This commit improves the integration between Hydra and Kratos when logging
out the user.
This adds a new configuration key for configuring a Kratos admin URL.
Additionally, Kratos can send a session ID when accepting a login request.
If a session ID was specified and a Kratos admin URL was configured,
Hydra will disable the corresponding Kratos session through the admin API
if a frontchannel or backchannel logout was triggered.
Support different jwt scope claim strategies (#3531) (45da11e)
Changelog
b346f90
autogen(docs): generate and bump docs01aeffc
autogen(docs): regenerate and update changelog3a65840
autogen(docs): regenerate and update changelog2dc52b4
autogen(docs): regenerate and update changelog7473259
autogen(docs): regenerate and update changelog4b8c971
autogen(docs): regenerate and update changelogd0dfc0f
autogen(docs): regenerate and update changelog9e9be2d
autogen(docs): regenerate and update changelogada59a5
autogen(docs): regenerate and update changelogcdd2647
autogen(docs): regenerate and update changeloge4c160f
autogen(docs): regenerate and update changelog5121dba
autogen(docs): regenerate and update changelog21e0a9b
autogen(docs): regenerate and update changelog89b1b1b
autogen(docs): regenerate and update changelog0a5e043
autogen(docs): regenerate and update changelog6cbe089
autogen(docs): regenerate and update changelog7861702
autogen(docs): regenerate and update changelogc9f4b5f
autogen(docs): regenerate and update changelogfe260d1
autogen(docs): regenerate and update changelogfbf39dd
autogen(docs): regenerate and update changelog9b33fc5
autogen(docs): regenerate and update changelogf9cee32
autogen(docs): regenerate and update changelog841d58b
autogen(docs): regenerate and update changelog4a8e9a4
autogen(docs): regenerate and update changelogcdc0bec
autogen(openapi): regenerate swagger spec and internal client4a00e3e
autogen(openapi): regenerate swagger spec and internal clientdedcf5b
autogen(openapi): regenerate swagger spec and internal client92eb03a
autogen(openapi): regenerate swagger spec and internal clientf9a87d3
autogen(openapi): regenerate swagger spec and internal client1ff8f20
autogen(openapi): regenerate swagger spec and internal client11bf9df
autogen(openapi): regenerate swagger spec and internal cliente796893
autogen(openapi): regenerate swagger spec and internal client27f2ef5
autogen(openapi): regenerate swagger spec and internal client35d6295
autogen(openapi): regenerate swagger spec and internal clientce00a42
autogen(openapi): regenerate swagger spec and internal clientdb4fd7d
autogen(openapi): regenerate swagger spec and internal client146b162
autogen(openapi): regenerate swagger spec and internal cliente1636d1
autogen(openapi): regenerate swagger spec and internal client9389773
autogen(openapi): regenerate swagger spec and internal clientaf859fe
autogen(openapi): regenerate swagger spec and internal clientf1708f2
autogen(openapi): regenerate swagger spec and internal client3e8413e
autogen(openapi): regenerate swagger spec and internal client11c8c72
autogen(openapi): regenerate swagger spec and internal client800ce0a
autogen: add v2.2.0-rc.3 to version.schema.json8168ee3
autogen: pin v2.2.0-pre.1 release commit0487217
autogen: render config schemaa0c06ec
chore(deps): bump @cypress/request and cypress (#3641)b177f81
chore(deps): bump axios and @openapitools/openapi-generator-cli (#3701)23c8194
chore(deps): bump debug from 3.2.6 to 3.2.7 (#3640)18d9793
chore(deps): bump follow-redirects in /test/e2e/oauth2-client (#3697)4fa2889
chore(deps): bump github.com/docker/docker (#3707)2ba3547
chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#3680)efc00a8
chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#3645)083c90d
chore: build tag (#3613)3615e3d
chore: bump docker base images (#3632)aa8a364
chore: bump openapi-generator (#3696)2dc6606
chore: improve context (#3656)8e94929
chore: update otel (#3686)f0501d2
docs: fix typo (#3649)f502d6e
feat: add --skip-logout-consent flag to CLI (#3709)5c8e792
feat: add authentication options to hooks (#3633)62c006b
feat: add flag to export public keys (#3684)39ee5e1
feat: add missing index for jwk table (#3691)19857d2
feat: add prompt=registration (#3636)2a653e6
feat: add skip_logout_consent option to clients (#3705)88b0b7c
feat: allow injecting extra fosite strategies (#3646)5dd7d30
feat: re-enable legacy client IDs (#3628)cde3a30
feat: remove flow cookie (#3639)5f41949
feat: remove login session cookie during consent flow (#3667)95cc273
feat: support multiple token URLs (#3676)d1f9ba8
fix: correct id token type in token exchange response (#3625)22f0119
fix: dropped persistence/sql test errors (#3670)5133cf9
fix: handle logout double-submit gracefully (#3675)af0d477
fix: handle subject mismatch gracefully (#3619)1a40833
fix: handle token hook auth config (#3677)24c3be5
fix: improved SSRF protection (#3669)8812e0e
fix: incorrect down migration (#3708)3a764a0
fix: remove required mark (#3693)a748797
fix: timeout in jwt-bearer grants when too many grants are available (#3692)0176adc
fix: verifiable credentials JWT format (#3614)8e6c4bf
autogen(docs): regenerate and update changelog33950db
autogen(docs): regenerate and update changelog28e9e31
autogen(openapi): regenerate swagger spec and internal client57096be
autogen: pin v2.2.0 release commitbfc05d0
chore(deps): bump github.com/opencontainers/runc from 1.1.8 to 1.1.12 (#3710)65165e7
fix: return empty slice if requested_scope or audience is null (#3711)Artifacts can be verified with cosign using this public key.
v2.1.2
Compare Source
We are excited to announce the next Ory Hydra release! This release includes the following important changes:
We appreciate your continuous support and feedback. Please feel free to reach out to us with any further suggestions or issues.
Bug Fixes
Add index on requested_at for refresh tokens and use it in janitor (#3516) (5b8e712)
Disable health check request logs (#3496) (eddf7f3)
Do not use prepared SQL statements and bump deps (#3506) (31b9e66)
Proper SameSite=None in dev mode (#3502) (5751fae)
Sqa config values unified across projects (#3490) (1b1899e)
sql: Incorrect JWK query (#3499) (13ce0d6):
persister_grant_jwk
had an OR statement without bracket leading to not using the last part of the query.Code Generation
Documentation
Features
Changelog
0e84c24
autogen(docs): generate and bump docs9f37172
autogen(docs): regenerate and update changelog872720b
autogen(docs): regenerate and update changelog4907223
autogen(docs): regenerate and update changelogba45af0
autogen(docs): regenerate and update changelog3703e5a
autogen(docs): regenerate and update changelogca85a17
autogen(docs): regenerate and update changelog0e7e95f
autogen(docs): regenerate and update changelogbe8f726
autogen: add v2.1.1 to version.schema.jsond94ed6e
autogen: pin v2.1.2 release commit20c6fa7
autogen: render config schema400b9af
chore(deps): bump @nestjs/core and @openapitools/openapi-generator-cli (#3493)f2f007d
chore(deps): bump github.com/docker/distribution (#3514)b69a332
chore: bump ory/x (#3518)cf20054
chore: remove unneeded dependency (#3494)e2b7665
chore: update nodemon version for oauth2 client (#3503)b71a36b
docs: incorrect json output format example (#3497)083d518
feat: add --skip-consent flag to hydra cli (#3492)13ce0d6
fix(sql): incorrect JWK query (#3499)5b8e712
fix: add index on requested_at for refresh tokens and use it in janitor (#3516)eddf7f3
fix: disable health check request logs (#3496)31b9e66
fix: do not use prepared SQL statements and bump deps (#3506)5751fae
fix: proper SameSite=None in dev mode (#3502)1b1899e
fix: sqa config values unified across projects (#3490)Artifacts can be verified with cosign using this public key.
v2.1.1
Compare Source
We are excited to share this year's Q1 release of Ory Hydra: v2.1!
Highlights:
Don't want to run the upgrade yourself? Switch to Ory Network!
Bug Fixes
Code Generation
Changelog
df16a26
autogen(docs): generate and bump docsed2ac06
autogen(docs): regenerate and update changelog6078f85
autogen(docs): regenerate and update changelogddfbd65
autogen: add v2.1.0 to version.schema.json6efae7c
autogen: pin v2.1.1 release commitad549d6
autogen: pin v2.1.1 release commit2f7cda5
autogen: render config schema0448284
chore: update ory/x (#3480)8720b25
fix: double-hashed access token signatures (#3486)6e1f545
fix: reduce SQL tracing noise (#3481)Artifacts can be verified with cosign using this public key.
v2.1.0
Compare Source
We are excited to share this year's Q1 release of Ory Hydra: v2.1.0!
Highlights:
Don't want to run the upgrade yourself? Switch to Ory Network!
Bug Fixes
Code Generation
Changelog
5c2e227
autogen(docs): regenerate and update changelog3649832
autogen: pin v2.1.0 release commit6e1f545
fix: reduce SQL tracing noise (#3481)Artifacts can be verified with cosign using this public key.
v2.0.3
Compare Source
Bugfixes for migration and pagination regressions and a new endpoint.
Bug Fixes
Add
client_id
andclient_secret
torevokeOAuth2Token
(#3373) (93bac07)Docker build (48217bd)
Introspect command CLI example (#3353) (4ee4456)
Invalidate tokens with inconsistent state (#3385) (542ea77), closes #3346:
This patch includes SQL migrations targeting environments which have not yet migrated to Ory Hydra 2.0. It removes inconsistent records which resolves issues during the migrations process. Please be aware that some users might be affected by this change. They might need to re-authorize certain apps. However, most active records should not be affected by this.
Installations already on Ory Hydra 2.0 will not be affected by this change.
No longer auto-generate system secret (c5fe043):
This patch changes Ory Hydra's behavior to no longer auto-generate a temporary secret when no global secret was set. The APIs now return an error instead.
See https://github.com/ory/network/issues/185
Prevent multiple redirections to post logout url (#3366) (50666b9), closes #3342
Strip
public
from schema (#3374) (3831b44), closes #3367Token pagination (#3384) (e8d8de9), closes #3362
Code Generation
Features
Changelog
5d79e57
autogen(docs): generate and bump docsbd19086
autogen(docs): regenerate and update changelog2720839
autogen(docs): regenerate and update changeloga400a35
autogen(docs): regenerate and update changelog6710ddc
autogen(docs): regenerate and update changelogd7a28e9
autogen(docs): regenerate and update changelogf2925ee
autogen(docs): regenerate and update changelog2986605
autogen(docs): regenerate and update changelogc586e03
autogen(openapi): regenerate swagger spec and internal clientc65342e
autogen: add v2.0.2 to version.schema.json16831c5
autogen: pin v2.0.3 release commitb28bad3
chore(deps): bump decode-uri-component in /test/e2e/oauth2-client (#3377)cb23cca
chore(deps): bump minimatch in /test/e2e/oauth2-client (#3381)93fc0a1
chore(deps): bump qs from 6.5.2 to 6.5.3 (#3380)316b582
chore(deps): bump qs, body-parser and express in /test/e2e/oauth2-client (#3379)f9f0337
chore: list contributors in file (#3345)d275ad6
feat: list consent sessions by session id (#2853)93bac07
fix: addclient_id
andclient_secret
torevokeOAuth2Token
(#3373)48217bd
fix: docker build4ee4456
fix: introspect command CLI example (#3353)542ea77
fix: invalidate tokens with inconsistent state (#3385)c5fe043
fix: no longer auto-generate system secret50666b9
fix: prevent multiple redirections to post logout url (#3366)3831b44
fix: strippublic
from schema (#3374)e8d8de9
fix: token pagination (#3384)Artifacts can be verified with cosign using this public key.
v2.0.2
Compare Source
This release resolves bugs and SDK publishing issues.
Bug Fixes
Add v2 suffix (#3340) (c54b9db)
Correct migration file name (01f80a8)
Incorrect consent removal on authentication revokation (ccf2388):
This patch resolves a regression where, in a certain condition, an accepted consent could be incorrectly deleted when the related authentication session was removed.
Incorrect jwk import order (#3344) (729102f), closes #3343
Isolate transactions for crdb (f22046f)
Scope type should be string instead of int (#3337) (f59f1c6):
Closes https://github.com/ory/sdk/pull/223
Code Generation
Documentation
Features
Tests
Changelog
94aadf8
autogen(docs): generate and bump docs0eeea90
autogen(docs): regenerate and update changelog8d92030
autogen(docs): regenerate and update changelog48603ba
autogen(docs): regenerate and update changelogbedaf48
autogen(docs): regenerate and update changelog3749a73
autogen(docs): regenerate and update changelogcec489f
autogen(docs): regenerate and update changelogd37b323
autogen(docs): regenerate and update changelogcdfcf45
autogen(docs): regenerate and update changelog70e6fe9
autogen(docs): regenerate and update changelog4fd6baa
autogen(docs): regenerate and update changelogfd02049
autogen(openapi): regenerate swagger spec and internal client74d4569
autogen(openapi): regenerate swagger spec and internal client164f4b5
autogen: add v2.0.1 to version.schema.jsonce96826
autogen: pin v2.0.2 release commit80a1335
chore: license checker (#3328)f8a7ced
chore: remove obsolete header (#3334)90152fa
chore: update Ory CLI with breaking changes to the format task (#3338)0b32280
chore: update repository templates to ory/meta@852a1aecda9fd4
chore: update repository templates to ory/meta@a2fba7e5418433
chore: update repository templates to ory/meta@b41b1ee736aaef
chore: update repository templates to ory/meta@d3f8710c752125
docs: add refresh token grant typedcfd11f
docs: fix typod768cf6
docs: standardize license headers (#3216)6184b6a
docs: update README link16bd568
feat: enable simultaneous auth flows by creating client related csrf co… (#3059)c54b9db
fix: add v2 suffix (#3340)01f80a8
fix: correct migration file nameccf2388
fix: incorrect consent removal on authentication revokation729102f
fix: incorrect jwk import order (#3344)f22046f
fix: isolate transactions for crdbf59f1c6
fix: scope type should be string instead of int (#3337)c417be1
test: fix flaky test643e88c
test: resolve time raceArtifacts can be verified with cosign using this public key.
v2.0.1
Compare Source
Resolves an issues with post-release steps and adds the introspect command to the Ory Hydra CLI.
Bug Fixes
Code Generation
Documentation
Changelog
8297cfc
autogen(docs): regenerate and update changelog403223c
autogen: pin v2.0.1 release commitc48e481
docs: update README (#3323)c43aba3
fix: add missing introspect command8c763ad
fix: bump quickstart images to 2.0.0b6300e3
fix: post-release steps with yqArtifacts can be verified with cosign using this public key.
v2.0.0
Compare Source
Ory Hydra 2.0 is available now! It ships major internal data restructuring and adds support for additional OAuth2 flows such as OAuth2 Token Exchange. Ory Hydra now natively integrates with Ory Kratos, an open source Identity Server.
Install the Ory CLI for the best developer experience to try out Ory Hydra 2.0 right away!
create a new project (you may also use Docker)
and follow the quick & easy steps below.
Create an OAuth 2.0 Client, and run the OAuth 2.0 Client Credentials flow:
Try out the OAuth 2.0 Authorize Code grant right away!
By accepting permissions
openid
andoffline_access
at the consent screen, Ory refreshes and OpenID Connect ID token,What's changed in Ory Hydra 2.0?
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.