From 9844cd16e8668886d6afd1973b367218f7bf6937 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 25 Mar 2025 13:51:21 +0100 Subject: [PATCH] fix(ocelot): Update DownstreamPathTemplate for authentication --- ocelot.Development.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocelot.Development.json b/ocelot.Development.json index 13bb43e..ece1a81 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -29,7 +29,7 @@ ] }, { - "DownstreamPathTemplate": "/api/Auth/work-flow?cookie=false", + "DownstreamPathTemplate": "/api/Auth/user-manager?cookie=true", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { @@ -37,7 +37,7 @@ "Port": 7192 } ], - "UpstreamPathTemplate": "/api/Auth", + "UpstreamPathTemplate": "/api/Auth/login", "UpstreamhttpsMethod": [ "Post" ] }, {