updated docs to advise you need Ocelot.Administration when using admin API (#552)

This commit is contained in:
Tom Pallister 2018-08-14 20:50:51 +01:00 committed by GitHub
parent 18ded25b0e
commit e909cf9ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,12 @@ Ocelot supports changing configuration during runtime via an authenticated HTTP
internal IdentityServer (for authenticating requests to the administration API only) or hooking the administration API authentication into your own
IdentityServer.
The first thing you need to do if you want to use the administration API is bring in the relavent NuGet package..
``Install-Package Ocelot.Administration``
This will bring down everything needed by the admin API.
Providing your own IdentityServer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^