This commit is contained in:
Dave Tillman 2016-09-28 13:09:31 -06:00
Родитель be02f81f89
Коммит b61ffed324
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6,9 +6,9 @@ Windows Master (Stable): [![AppVeyor Master](https://ci.appveyor.com/api/project
Windows Dev (Less Stable): [![AppVeyor Dev](https://ci.appveyor.com/api/projects/status/w27a5c4x64pd7jyq/branch/dev?svg=true)](https://ci.appveyor.com/project/steeltoe/security/branch/dev)
Linux/OS X Master (Stable): [![Travis Master](https://travis-ci.org/SteelToeOSS/Security.svg?branch=master)](https://travis-ci.org/SteelToeOSS/Security)
Linux/OS X Master (Stable): [![Travis Master](https://travis-ci.org/SteeltoeOSS/Security.svg?branch=master)](https://travis-ci.org/SteelToeOSS/Security)
Linux/OS X Dev (Less Stable): [![Travis Dev](https://travis-ci.org/SteelToeOSS/Security.svg?branch=dev)](https://travis-ci.org/SteelToeOSS/Security)
Linux/OS X Dev (Less Stable): [![Travis Dev](https://travis-ci.org/SteeltoeOSS/Security.svg?branch=dev)](https://travis-ci.org/SteelToeOSS/Security)
# .NET Runtime & Framework Support
Like ASP.NET Core, the providers are intended to support both .NET 4.5.1+ and .NET Core (CoreCLR/CoreFX) runtimes.

Просмотреть файл

@ -32,7 +32,7 @@ In order to use the Security provider you need to do the following:
5. Secure your endpoints
```
## Create & Bind OAuth2 Service
As mentioned above there are a couple OAuth2 services you can use on CloudFoundry. Rather than explaining the steps here, we recommend you read and follow the [Create OAuth2 Service Instance on CloudFoundry](https://github.com/SteelToeOSS/Samples/tree/dev/Security/src/CloudFoundrySingleSignon) section of the Steeltoe [CloudFoundrySingleSignon](https://github.com/SteelToeOSS/Samples/tree/dev/Security/src/CloudFoundrySingleSignon) sample.
As mentioned above there are a couple OAuth2 services you can use on CloudFoundry. Rather than explaining the steps here to create and bind OAuth2 service to your app, we recommend you read and follow the [Create OAuth2 Service Instance on CloudFoundry](https://github.com/SteelToeOSS/Samples/tree/dev/Security/src/CloudFoundrySingleSignon) section of the Steeltoe [CloudFoundrySingleSignon](https://github.com/SteelToeOSS/Samples/tree/dev/Security/src/CloudFoundrySingleSignon) sample.
Once you have bound the service to the app, the services settings will have been setup in `VCAP_SERVICES` and will be picked up automatically when the app is started by using the `CloudFoundry` configuration provider discussed below during application startup.