File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ apply those relevant to your deployment.
55
66## Version 6 to 7
77
8+ As the database schema has been updated, you will have to run the DB migrations
9+ to bring your local database schema up to date.
10+
811New features:
912
1013- Instance can now be configured to support multiple algorithms and signature
@@ -80,10 +83,20 @@ This would allow multiple values (array of values) for standard claims which
8083have a single value by specification. All [ standard claims] ( https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims )
8184are now hardcoded to have a single value, even when the
8285'are_multiple_claim_values_allowed' option is enabled.
86+ - OpenID Federation specific endpoints for subordinate listing and fetching
87+ statements about subordinates are removed, as the final specification
88+ explicitly states that leaf entities must not have those endpoints.
89+ This effectively means that this OP implementation can only be a leaf entity
90+ in the federation context, and not a federation operator or intermediary entity.
8391
8492Medium impact changes:
8593
8694Low-impact changes:
95+ - Client property ` is_federated ` has been removed, as the OP implementation
96+ can now only be a leaf entity in the federation context, and not a federation
97+ operator or intermediary entity. Previously, this property was used to
98+ indicate whether the client is a federated client or not, but now it is not
99+ needed since the OP implementation can only be a leaf entity
87100
88101## Version 5 to 6
89102
You can’t perform that action at this time.
0 commit comments