mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 10:12:51 +08:00
updated docs to advise you need Ocelot.Administration when using admin API (#552)
This commit is contained in:
parent
18ded25b0e
commit
e909cf9ce7
@ -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
|
internal IdentityServer (for authenticating requests to the administration API only) or hooking the administration API authentication into your own
|
||||||
IdentityServer.
|
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
|
Providing your own IdentityServer
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user