From c9a786afd4ecbf2e84219cfc52b503b3273595d1 Mon Sep 17 00:00:00 2001 From: andrewclymer Date: Tue, 3 Feb 2026 14:15:00 +0000 Subject: [PATCH] Update getting started guide with AdminUI server stack Added information about a server stack with AdminUI for OAuth 2.0/OpenID Connect. --- guides/getting-started/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guides/getting-started/index.md b/guides/getting-started/index.md index d5665eba..12128e72 100644 --- a/guides/getting-started/index.md +++ b/guides/getting-started/index.md @@ -5,6 +5,10 @@ OpenIddict features three independent stacks: The server stack can be used in both ASP.NET 4.6.2+ and ASP.NET Core 2.3+ applications. To get started, read [Creating your own server instance](creating-your-own-server-instance.md). + - A **server stack with AdminUI**, that allows creating an OAuth 2.0/OpenID Connect server instance with a management portal for clients and users that can be used with internal or external clients. + The server stack is compatible with ASP.NET Core 8+. To get started, read + [Creating your own server instance with AdminUI](https://www.openiddictcomponents.com/articles/quick-start-openiddict-sso-solution-with-management-ui). + - A **validation stack**, that allows implementing token authentication support for your ASP.NET 4.6.2+ and ASP.NET Core 2.3+ APIs. To get started, read [Implementing token validation in your APIs](implementing-token-validation-in-your-apis.md). @@ -14,4 +18,4 @@ OpenIddict features three independent stacks: [Integrating with a remote server instance](integrating-with-a-remote-server-instance.md). > [!NOTE] -> The three stacks can be used together or independently, depending on your specific scenario. +> The stacks can be used together or independently, depending on your specific scenario.