mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-17 14:15:47 +08:00
Feat/monorepo (#734)
* copied everything from repos back to ocelot repo * added src projects to sln * removed all test projects that have no tests * added all test projects to sln * removed test not on master * merged unit tests * merged acceptance tests * merged integration tests * fixed namepaces * build script creates packages for all projects * updated docs to make sure no references to external repos that we will remove * +semver: breaking
This commit is contained in:
@@ -33,7 +33,7 @@ All you need to do to hook into your own IdentityServer is add the following to
|
||||
|
||||
You now need to get a token from your IdentityServer and use in subsequent requests to Ocelot's administration API.
|
||||
|
||||
This feature was implemented for `issue 228 <https://github.com/TomPallister/Ocelot/issues/228>`_. It is useful because the IdentityServer authentication
|
||||
This feature was implemented for `issue 228 <https://github.com/ThreeMammals/Ocelot/issues/228>`_. It is useful because the IdentityServer authentication
|
||||
middleware needs the URL of the IdentityServer. If you are using the internal IdentityServer it might not alaways be possible to have the Ocelot URL.
|
||||
|
||||
Internal IdentityServer
|
||||
|
||||
Reference in New Issue
Block a user