Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion guides/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum, that looks terribly confusing, IMO (OpenIddict doesn't really "feature" a server stack with AdminUI, which is actually completely separate from the OpenIddict base project).

2 alternative options that could be less confusing:

  • Add a new Going further section at the end of the file where you'd mention the 3rd-party template you created to set up an OpenIddict server + a management UI simultaneously.
  • Add a [!TIP] block with similar content.

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).

Expand All @@ -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.