Expected Scopes of ClientScopesCondition created on Admin UI are not saved onto ClientScopesCondition.Configuration

Closes #9371
This commit is contained in:
Takashi Norimatsu 2022-02-02 09:05:33 +09:00 committed by Marek Posolda
parent 1565700fc8
commit 8621c738f4
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
= Client Policies Migration : client-scopes
If you used a policy including client-scopes condition and edited JSON document directly, you will need to change the "scope" field name in a JSON document to "scopes".

View file

@ -1,5 +1,9 @@
== Migration Changes == Migration Changes
=== Migrating to 17.0.0
include::changes-17_0_0.adoc[leveloffset=3]
=== Migrating to 16.0.0 === Migrating to 16.0.0
include::changes-16_0_0.adoc[leveloffset=3] include::changes-16_0_0.adoc[leveloffset=3]