From bd5ff82a272c0673c72eb6e6b128579a554a2e55 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 11 Sep 2020 14:59:55 -0600 Subject: [PATCH] Add .NET Resource servers --- okta-hosted-login/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/okta-hosted-login/README.md b/okta-hosted-login/README.md index bf955ec..fa0ec4e 100644 --- a/okta-hosted-login/README.md +++ b/okta-hosted-login/README.md @@ -59,7 +59,8 @@ You can login with the same account that you created when signing up for your De If you were able to successfully login in the previous section you can continue with the resource server example. Please download and run one of these sample applications in another terminal: * [Node/Express Resource Server Example](https://github.com/okta/samples-nodejs-express-4/tree/master/resource-server) -* [Java/Spring MVC Resource Server Example](https://github.com/okta/samples-java-spring-mvc/tree/master/resource-server) +* [Java/Spring MVC Resource Server Example](https://github.com/okta/samples-java-spring/tree/master/resource-server) +* [ASP.NET](https://github.com/okta/samples-aspnet/tree/master/resource-server) and [ASP.NET Core](https://github.com/okta/samples-aspnetcore/tree/master/samples-aspnetcore-3x/resource-server) Resource Server Examples Once you have the resource server running (it will run on port 8000) you can visit the `/messages` page within the Angular application to see the authentication flow. The Angular application will use its stored access token to authenticate itself with the resource server, you will see this as the `Authorization: Bearer ` header on the request if you inspect the network traffic in the browser.