Skip to content

Commit f3ba909

Browse files
committed
Process review comments
1 parent 0b16685 commit f3ba909

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sidebar:
55
label: IdentityServer4 → v7.2
66
---
77

8-
import { Badge } from "@astrojs/starlight/components";
98
import { Code } from "astro/components";
109
import { Steps } from "@astrojs/starlight/components";
1110
import { Tabs, TabItem } from "@astrojs/starlight/components";
@@ -379,7 +378,7 @@ Replace all `IdentityModel` namespace usages with `Duende.IdentityModel`:
379378

380379
If you are using fully-qualified names in your code, those will need to be updated as well.
381380

382-
### Step 4: Remove AddDeveloperSigningCredential <Badge text="Optional" variant="note" size="small" />
381+
### Step 4: Remove AddDeveloperSigningCredential :badge[Optional]
383382

384383
In your application startup code, typically found in the `ConfigureServices` method in `Startup.cs`, consider removing `AddDeveloperSigningCredential`.
385384

@@ -441,7 +440,7 @@ Note that you may want to change the database migration paths in the examples be
441440

442441
</Steps>
443442

444-
### Step 6: Migrate Signing Keys <Badge text="Optional" variant="note" size="small" />
443+
### Step 6: Migrate Signing Keys :badge[Optional]
445444

446445
If your IdentityServer4 implementation is using a signing key, consider using [automatic key management](../../fundamentals/key-management) which is included in the Business license.
447446

0 commit comments

Comments
 (0)