Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/self-hosted/oel/keto/changelog/v26.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for keto/oel in versions v26.2.1
23 changes: 23 additions & 0 deletions docs/self-hosted/oel/kratos/changelog/v26.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## v26.2.1

### Fix identity disabled error handling during self-service flows

Previously, when attempting to recover or login as an identity that had been disabled (state set to "inactive"), Ory Kratos would
return a generic unauthorized error for API and SPA clients.

Instead, Ory Kratos now adds a newly introduced UI message (with ID 4010011) to the flow's UI messages indicating the identity is
disabled.

#### Breaking changes

For API and SPA clients, the error response when interacting with recovery and login flows for disabled identities has been
changed from a generic unauthorized error to a specific error indicating that the identity is disabled. This allows clients to
handle this case more gracefully.

Upgrade instructions:

- If your application already handles "invalid credentials", and other similar errors, no change will be required.

- If your application specifically checks for the previous generic unauthorized error during recovery or login flows, you will
need to update your error handling logic to check for the new specific "identity disabled" error message in the UI messages of
the respective flow objects.
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oathkeeper/changelog/v26.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for oathkeeper/oel in versions v26.2.1
7 changes: 7 additions & 0 deletions docs/self-hosted/oel/oauth2/changelog/v26.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v26.2.1

### Accept custom domain issuer as valid audience in JWT Bearer Grant

When using a custom domain (CNAME) as the OAuth2 issuer URL, Hydra now accepts the issuer-derived token URL as a valid audience in
JWT Bearer Grant assertions. Previously, only the internal public URL was accepted, causing JWT Bearer Grant requests to fail when
clients set the audience to the custom domain token endpoint.
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-hydra-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.1 | 2026-03-25 |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-keto-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.1 | 2026-03-25 |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-kratos-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.1 | 2026-03-25 |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-oathkeeper-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.1 | 2026-03-25 |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-polis-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.1 | 2026-03-25 |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/polis/changelog/v26.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for polis/oel in versions v26.2.1
Loading