This example app shows how to build a .NET Core app with Okta securing the data and pulling from an AWS S3 bucket.
Please read How to Master the Filstream in C# to see how this app was created.
Prerequisites:
- .NET Core 3.1 installed on your machine
- Visual Studio Code or Visual Studio 2019
- An Okta Developer Account (free forever, to handle your OAuth needs)
- An AWS account (we'll be using a free tier product)
- AWS Toolkit for Visual Studio
Clone the GitHub repository:
git clone https://github.com/oktadeveloper/okta-csharp-filestreams-example.git
Open the project in Visual Studio 2019. The solution file is included.
Press F5 to run the project.
Place comments or questions in the comments section of the blog post or visit our Okta Developer Forums.
Apache 2.0, see LICENSE.