mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-25 07:02:51 +08:00
14 lines
329 B
YAML
14 lines
329 B
YAML
ReRoutes:
|
|
- DownstreamTemplate: http://localhost:51876/
|
|
UpstreamTemplate: /
|
|
UpstreamHttpMethod: Post
|
|
AuthenticationOptions:
|
|
Provider: IdentityServer
|
|
ProviderRootUrl: http://localhost:51888
|
|
ScopeName: api
|
|
AdditionalScopes: []
|
|
ScopeSecret: secret
|
|
ProxyRequestHeaders:
|
|
- CustomerId: Claims[CustomerId]
|
|
|