2023-03-07 13:56:36 -05:00
|
|
|
{
|
|
|
|
"Routes": [
|
|
|
|
{
|
|
|
|
"SwaggerKey": "MsLdap",
|
2024-03-13 16:35:05 -05:00
|
|
|
"UpstreamPathTemplate": "/Ldap/users/by-id/{userID}",
|
|
|
|
"DownstreamPathTemplate": "/Ldap/users/by-id/{userID}",
|
2023-03-07 13:56:36 -05:00
|
|
|
"DownstreamScheme": "http",
|
|
|
|
"DownstreamHostAndPorts": [
|
|
|
|
{
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 8173
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"RouteClaimsRequirement": {
|
|
|
|
"permisos": "any"
|
2024-03-13 16:35:05 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2023-03-07 13:56:36 -05:00
|
|
|
}
|
|
|
|
]
|
2024-03-13 16:35:05 -05:00
|
|
|
}
|