{ "Routes": [ { "DownstreamPathTemplate": "/PandaCore/OMS/{url}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": "8099" } ], "UpstreamPathTemplate": "/OMS/{url}", "UpstreamHttpMethod": [ "Get", "Post" ], "Key": "OMS" }, { "DownstreamPathTemplate": "/PandaCore/GCK/{url}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": "8099" } ], "UpstreamPathTemplate": "/GCK/{url}", "UpstreamHttpMethod": [ "Get", "Post" ], "Key": "OMS" }, { "DownstreamPathTemplate": "/{url}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": "8099" } ], "UpstreamPathTemplate": "/{url}", "UpstreamHttpMethod": [ "Get", "Post" ], "Key": "CityServer", "AuthenticationOptions": { "AuthenticationProviderKey": "CityServer", "AllowedScopes": [ "city_server", "openid", "profile", "offline_access" ] } } ] }