You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-9
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,6 @@ This repository contains several sample applications that show you how to integr
4
4
5
5
Please find the sample that fits your use-case from the table below.
6
6
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
-
16
7
## ASP.NET Core 3.x Samples
17
8
18
9
| Sample | Description | Use-Case |
@@ -22,6 +13,19 @@ Please find the sample that fits your use-case from the table below.
22
13
|[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. |
23
14
|[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. |
24
15
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. |
0 commit comments