Apigateway/ApiGateway/Routes/ocelot.ldap.json

24 lines
418 B
JSON
Raw Normal View History

{
"Routes": [
{
"SwaggerKey": "MsLdap",
"UpstreamPathTemplate": "/ldap/Conectar",
"UpstreamHttpMethod": [ "GET" ],
"DownstreamPathTemplate": "/Conectar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8173
}
],
"RouteClaimsRequirement": {
"permisos": "any"
}
}
]
}