mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 20:28:15 +08:00
Added tests for identity server reference tokens, general refactoring and come config validation
This commit is contained in:
17
README.md
17
README.md
@ -31,6 +31,19 @@ Priorities
|
||||
- Rate Limiting
|
||||
- Then a big list of cool things...
|
||||
|
||||
## How to use
|
||||
# How to use
|
||||
|
||||
TBC....
|
||||
# Configuration
|
||||
|
||||
TBC really but example configuration for a route below.
|
||||
|
||||
ReRoutes:
|
||||
- DownstreamTemplate: http://localhost:51876/
|
||||
UpstreamTemplate: /
|
||||
UpstreamHttpMethod: Post
|
||||
AuthenticationOptions:
|
||||
Provider: IdentityServer.AccessToken
|
||||
ProviderRootUrl: http://localhost:51888
|
||||
ScopeName: api
|
||||
AdditionalScopes: []
|
||||
ScopeSecret: secret
|
||||
|
Reference in New Issue
Block a user