Skip to content

Commit 3c39af3

Browse files
authored
Merge pull request #858 from DuendeSoftware/mb/fix
Update admin UI page with new template mention
2 parents 33b7d79 + a7b9402 commit 3c39af3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • src/content/docs/identityserver/ui

src/content/docs/identityserver/ui/admin.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ For example, you may want to limit the options to only those that are relevant t
3333
A limited subset of the available options may be enough.
3434

3535
:::tip[Duende IdentityServer AdminUI Templates]
36-
Creating custom, specialized admin UI functionality is demonstrated in the [EntityFramework-based template](https://github.com/DuendeSoftware/products/tree/main/templates).
37-
You can use its UI to manage clients and scopes as a starting point.
36+
Creating custom, specialized admin UI functionality is demonstrated in the [Duende IdentityServer (`duende-is`) template](/identityserver/overview/packaging.mdx#duende-identityserver).
37+
38+
The template is built on the Entity Framework Core template and includes an administrative UI for managing clients, scopes, and claims.
39+
There's also a diagnostics dashboard showing system information about your IdentityServer deployment.
40+
41+
You can use its UI as a starting point for creating your own admin UI.
3842
:::
3943

4044
## Third-Party IdentityServer Admin UI

0 commit comments

Comments
 (0)