File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/content/docs/identityserver/upgrades Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11---
2- title : " IdentityServer4 v3.1 to Duende IdentityServer v6 "
2+ title : " IdentityServer4 v3.1 to IdentityServer4 v4.1 "
33sidebar :
44 order : 140
5- label : IdentityServer4 v3.1 → v6.0
5+ label : IdentityServer4 v3.1 → v4.1
66redirect_from :
77 - /identityserver/v5/upgrades/is4_v3_to_dis_v5/
88 - /identityserver/v5/upgrades/is4_v3_to_dis_v6/
@@ -12,8 +12,10 @@ redirect_from:
1212 - /identityserver/v7/upgrades/is4_v3_to_dis_v6/
1313---
1414
15- This upgrade guide covers upgrading from IdentityServer4 v3.1.x to Duende IdentityServer v6.
16- This upgrade is more complex because the configuration object model had some non-trivial changes from IdentityServer4 v3 to IdentityServer4 v4.
15+ This upgrade guide covers upgrading from IdentityServer4 v3.1.x to IdentityServer4 v4.1.x.
16+
17+ If you are on IdentityServer4 v3 this upgrade is necessary before moving on to Duende IdentityServer versions.
18+ The upgrade is relatively complex because the configuration object model had some non-trivial changes from IdentityServer4 v3 to IdentityServer4 v4.
1719
1820In short, in IdentityServer4 v3 there was a parent-child relationship between the ApiResources and the ApiScopes.
1921Then in IdentityServer4 v4 the ApiScopes was promoted to be its own top-level configuration.
You can’t perform that action at this time.
0 commit comments