Hi, I have a configuration for the aggregated call for my API:
"Aggregates": [
{
"RouteKeys": [
"Tenants",
"KeycloakUsers"
],
"UpstreamPathTemplate": "/tenantsAndUsers",
"AuthenticationOptions": {
"AuthenticationProviderKey": "Bearer",
"AllowedScopes": []
}
}
]
But I cannot see this endpoint in my swagger UI.
I use AddSwaggerForOcelot and UseSwaggerForOcelotUI in my Startup.cs file.
Hi, I have a configuration for the aggregated call for my API: "Aggregates": [ { "RouteKeys": [ "Tenants", "KeycloakUsers" ], "UpstreamPathTemplate": "/tenantsAndUsers", "AuthenticationOptions": { "AuthenticationProviderKey": "Bearer", "AllowedScopes": [] } } ] But I cannot see this endpoint in my swagger UI. I use AddSwaggerForOcelot and UseSwaggerForOcelotUI in my Startup.cs file.