Skip to content

Commit a1eff95

Browse files
ory-botunatasha8
authored andcommitted
chore(docs): update of OEL images (#2596)
1 parent 26ac0d4 commit a1eff95

10 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No changelog entries found for keto/oel in versions v26.2.16
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## v26.2.16
2+
3+
### SCIM accepts schema-qualified attribute paths in PATCH and filters
4+
5+
SCIM endpoints now accept attribute paths and filters that are qualified with a full schema URN, as some identity providers (for
6+
example Microsoft Entra) send.
7+
8+
Previously a `PATCH` operation whose `path` was qualified with a schema URN — for example
9+
`urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager` — failed with `Could not decode request body`. Those paths
10+
now parse and apply correctly. The same applies to `filter` query parameters on the `Users` and `Groups` list endpoints and to
11+
value-path filters inside a patch path.
12+
13+
A patch path or filter qualified with a schema the resource does not support is now rejected with a clear `400` error that names
14+
the schema. The schema comparison is case-insensitive.
15+
16+
SCIM request bodies and `filter` query parameters are now size-limited; an oversized body is rejected with `413` instead of being
17+
read in full, and an over-long filter with `400`.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No changelog entries found for oathkeeper/oel in versions v26.2.16
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v26.2.16
2+
3+
### Accept the OpenID Connect `prompt=select_account` value
4+
5+
OAuth 2.0 authorization requests that include `prompt=select_account` are now accepted instead of being rejected with an
6+
`invalid_request` error. This brings support for all OpenID Connect `prompt` values defined in the specification.
7+
8+
Because a login session is tied to a single account, `select_account` is treated like `login`: the user is always sent to the
9+
login screen, where they can authenticate with the account of their choice.

docs/self-hosted/oel/oel-hydra-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| 26.2.16 | 2026-06-05 |
4+
| 26.2.15 | 2026-06-02 |
35
| 26.2.14 | 2026-05-29 |
46
| 26.2.13 | 2026-05-22 |
57
| 26.2.12 | 2026-05-20 |

docs/self-hosted/oel/oel-keto-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| 26.2.16 | 2026-06-05 |
4+
| 26.2.15 | 2026-06-02 |
35
| 26.2.14 | 2026-05-29 |
46
| 26.2.13 | 2026-05-22 |
57
| 26.2.12 | 2026-05-20 |

docs/self-hosted/oel/oel-kratos-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| 26.2.16 | 2026-06-05 |
4+
| 26.2.15 | 2026-06-02 |
35
| 26.2.14 | 2026-05-29 |
46
| 26.2.13 | 2026-05-22 |
57
| 26.2.12 | 2026-05-20 |

docs/self-hosted/oel/oel-oathkeeper-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| 26.2.16 | 2026-06-05 |
4+
| 26.2.15 | 2026-06-02 |
35
| 26.2.14 | 2026-05-29 |
46
| 26.2.13 | 2026-05-22 |
57
| 26.2.12 | 2026-05-20 |

docs/self-hosted/oel/oel-polis-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| 26.2.16 | 2026-06-05 |
4+
| 26.2.15 | 2026-06-02 |
35
| 26.2.14 | 2026-05-29 |
46
| 26.2.13 | 2026-05-22 |
57
| 26.2.12 | 2026-05-20 |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No changelog entries found for polis/oel in versions v26.2.16

0 commit comments

Comments
 (0)