Skip to content

Commit d73786d

Browse files
update readme (#81)
1 parent 363935c commit d73786d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ This repository contains several sample applications that show you how to integr
44

55
Please find the sample that fits your use-case from the table below.
66

7-
## ASP.NET Core 2.x Samples
8-
9-
| Sample | Description | Use-Case |
10-
|--------|-------------|----------|
11-
| [Okta-Hosted Login](/samples-aspnetcore-2x/okta-hosted-login) | An application server that uses the hosted login page on your Okta org, then creates a cookie session for the user in the ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
12-
| [Resource Server](/samples-aspnetcore-2x/resource-server) | This is a sample API resource server that shows you how to authenticate requests with access tokens that have been issued by Okta. | Single-Page applications. |
13-
| [Self-Hosted Login](/samples-aspnetcore-2x/self-hosted-login) | An application server that uses a self-hosted login page on your ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
14-
| [Social Login](/samples-aspnetcore-2x/social-login) | An application server that uses a self-hosted login page with multiple login options on your ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
15-
167
## ASP.NET Core 3.x Samples
178

189
| Sample | Description | Use-Case |
@@ -22,6 +13,19 @@ Please find the sample that fits your use-case from the table below.
2213
| [Self-Hosted Login](/samples-aspnetcore-3x/self-hosted-login) | An application server that uses a self-hosted login page on your ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
2314
| [Social Login](/samples-aspnetcore-3x/social-login) | An application server that uses a self-hosted login page with multiple login options on your ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
2415

16+
## ASP.NET Core 6.x Samples
17+
18+
| Sample | Description | Use-Case |
19+
|--------|-------------|----------|
20+
| [Resource Server](/samples-aspnetcore-6x/resource-server) | This is a sample API resource server that shows you how to authenticate requests with access tokens that have been issued by Okta. | Single-Page applications. |
21+
| [Self-Hosted Login](/samples-aspnetcore-6x/self-hosted-login) | An application server that uses a self-hosted login page on your ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
22+
23+
## ASP.NET Core 7.x Samples
24+
25+
| Sample | Description | Use-Case |
26+
|--------|-------------|----------|
27+
| [Okta-Hosted Login](/samples-aspnetcore-7x/okta-hosted-login) | An application server that uses the hosted login page on your Okta org, then creates a cookie session for the user in the ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
28+
| [Self-Hosted Login](/samples-aspnetcore-7x/self-hosted-login) | An application server that uses a self-hosted login page on your ASP.NET Core application. | Traditional web applications with server-side rendered pages. |
2529

2630
## Contributing
2731

0 commit comments

Comments
 (0)