Samples/Security
Bart Koelman cc44d5f3b6
Merge pull request #277 from SteeltoeOSS/fix-uaa-2
Fix: deduce UAA/SingleSignon URLs SSO tests
2023-01-18 13:22:19 +01:00
..
scripts Updated CredHubDemo: 2018-05-25 18:29:15 -05:00
src Merge pull request #277 from SteeltoeOSS/fix-uaa-2 2023-01-18 13:22:19 +01:00
Readme.md Removes anything relating to DotNet 4 and Autofac 2020-05-14 16:34:54 -04:00

Readme.md

Steeltoe Security Sample Applications

This section of the Samples repository contains applications that use the Steeltoe Security Packages for authentication, authorization, data protection, and credential management.

ASP.NET Core Samples

  • CloudFoundrySingleSignon - ASP.NET Core sample showing how to Authenticate and Authorize against a CloudFoundry OAuth2 security service (e.g. UAA Server or Pivotal Single Signon).
  • CloudFoundryJwtAuthentication - ASP.NET Core Web API sample app illustrating how to Authenticate and Authorize against a CloudFoundry OAuth2 security service (e.g. UAA Server or Pivotal Single Signon) using JWT Bearer tokens.
  • CredHubDemo - ASP.NET Core app showing how to use the Steeltoe CredHub Client to interact with a CredHub Server for accessing or storing credentials.
  • RedisDataProtectionKeyStore - ASP.NET Core sample app illustrating how to use a Redis CloudFoundry service as a DataProtection Key Store. Sample illustrates sharing encrypted data stored in a Session across multiple instances of an application.

ASP.NET 4.x Samples

Building & Running

See the Readme for instructions on building and running each app.


See the Official Steeltoe Security Documentation for a more in-depth walkthrough of the samples and more detailed information