{ "Routes": [ { "SwaggerKey": "MsLdap", "UpstreamPathTemplate": "/Ldap/users/by-id/{userID}", "DownstreamPathTemplate": "/Ldap/users/by-id/{userID}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 8173 } ], "RouteClaimsRequirement": { "permisos": "any" }, "UpstreamHttpMethod": [ "GET" ] }, { "SwaggerKey": "MsLdap", "UpstreamPathTemplate": "/Ldap/users/by-username/{username}", "DownstreamPathTemplate": "/Ldap/users/by-username/{username}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 8173 } ], "RouteClaimsRequirement": { "permisos": "any" }, "UpstreamHttpMethod": [ "GET" ] }, { "SwaggerKey": "MsLdap", "UpstreamPathTemplate": "/Ldap/users/by-mail/{mail}", "DownstreamPathTemplate": "/Ldap/users/by-mail/{mail}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 8173 } ], "RouteClaimsRequirement": { "permisos": "any" }, "UpstreamHttpMethod": [ "GET" ] } ] }